Uses of Class
com.vidispine.generated.SimpleSearchOperationType
-
-
Uses of SimpleSearchOperationType in com.vidispine.generated
Fields in com.vidispine.generated declared as SimpleSearchOperationType Modifier and Type Field Description protected SimpleSearchOperationType
SimpleSearchOperatorType. operation
Methods in com.vidispine.generated that return SimpleSearchOperationType Modifier and Type Method Description static SimpleSearchOperationType
SimpleSearchOperationType. fromValue(String v)
SimpleSearchOperationType
SimpleSearchOperatorType. getOperation()
Gets the value of the operation property.static SimpleSearchOperationType
SimpleSearchOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleSearchOperationType[]
SimpleSearchOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type SimpleSearchOperationType Modifier and Type Method Description void
SimpleSearchOperatorType. setOperation(SimpleSearchOperationType value)
Sets the value of the operation property.SimpleSearchOperatorType
SimpleSearchOperatorType. withOperation(SimpleSearchOperationType value)
-