Uses of Enum Class
com.luciad.opensearch.model.TLcdOpenSearchQuery.Role
Packages that use TLcdOpenSearchQuery.Role
-
Uses of TLcdOpenSearchQuery.Role in com.luciad.opensearch.model
Methods in com.luciad.opensearch.model that return TLcdOpenSearchQuery.RoleModifier and TypeMethodDescriptionstatic TLcdOpenSearchQuery.Role
TLcdOpenSearchQuery.getRole()
Returns the value of the property that maps to therole
attribute.static TLcdOpenSearchQuery.Role
Returns the enum constant of this class with the specified name.static TLcdOpenSearchQuery.Role[]
TLcdOpenSearchQuery.Role.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.opensearch.model with parameters of type TLcdOpenSearchQuery.RoleModifier and TypeMethodDescriptionvoid
TLcdOpenSearchQuery.setRole
(TLcdOpenSearchQuery.Role aValue) Sets the value of the property that maps to therole
attribute.static String
TLcdOpenSearchQuery.Role.toValue
(TLcdOpenSearchQuery.Role aValue)