Uses of Class
com.hybris.cockpitng.config.fulltextsearch.jaxb.OperatorType
-
Packages that use OperatorType Package Description com.hybris.cockpitng.config.fulltextsearch.jaxb -
-
Uses of OperatorType in com.hybris.cockpitng.config.fulltextsearch.jaxb
Fields in com.hybris.cockpitng.config.fulltextsearch.jaxb declared as OperatorType Modifier and Type Field Description protected OperatorTypeFulltextSearch. operatorMethods in com.hybris.cockpitng.config.fulltextsearch.jaxb that return OperatorType Modifier and Type Method Description static OperatorTypeOperatorType. fromValue(java.lang.String v)OperatorTypeFulltextSearch. getOperator()Gets the value of the operator property.static OperatorTypeOperatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatorType[]OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.config.fulltextsearch.jaxb with parameters of type OperatorType Modifier and Type Method Description voidFulltextSearch. setOperator(OperatorType value)Sets the value of the operator property.
-