Uses of Enum Class
com.streambase.liveview.client.LiveViewQueryType
Packages that use LiveViewQueryType
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewQueryType in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return LiveViewQueryTypeModifier and TypeMethodDescriptionstatic LiveViewQueryTypeLiveViewQueryType.convert(com.streambase.liveview.internal.protocol.jaxb.QueryType jaxbQueryType) static LiveViewQueryTypeQueryConfig.getQueryType()Get the type of querystatic LiveViewQueryTypeReturns the enum constant of this class with the specified name.static LiveViewQueryType[]LiveViewQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type LiveViewQueryTypeModifier and TypeMethodDescriptionstatic com.streambase.liveview.internal.protocol.jaxb.QueryTypeLiveViewQueryType.convert(LiveViewQueryType lvqt) booleanLiveViewQueryType.has(LiveViewQueryType part) Does the current type have the given type inside of it?QueryConfig.setQueryType(LiveViewQueryType queryType) Configure the query type.Constructors in com.streambase.liveview.client with parameters of type LiveViewQueryTypeModifierConstructorDescriptionQueryConfig(LiveViewQueryType type) A new query configuration of the given type