Uses of Enum Class
com.vidispine.generated.SimpleSearchOperationType
-
Uses of SimpleSearchOperationType in com.vidispine.generated
Fields in com.vidispine.generated declared as SimpleSearchOperationTypeModifier and TypeFieldDescriptionprotected SimpleSearchOperationType
SimpleSearchOperatorType.operation
Methods in com.vidispine.generated that return SimpleSearchOperationTypeModifier and TypeMethodDescriptionstatic SimpleSearchOperationType
SimpleSearchOperatorType.getOperation()
Gets the value of the operation property.static SimpleSearchOperationType
Returns the enum constant of this class with the specified name.static SimpleSearchOperationType[]
SimpleSearchOperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type SimpleSearchOperationTypeModifier and TypeMethodDescriptionvoid
SimpleSearchOperatorType.setOperation
(SimpleSearchOperationType value) Sets the value of the operation property.SimpleSearchOperatorType.withOperation
(SimpleSearchOperationType value) Sets the value of the operation property.