Uses of Enum Class
com.vidispine.generated.SearchOperationType
-
Uses of SearchOperationType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchOperationTypeModifier and TypeFieldDescriptionprotected SearchOperationType
MetadataGroupSearchOperatorType.operation
protected SearchOperationType
OperatorType.operation
protected SearchOperationType
SearchFilterType.operation
protected SearchOperationType
SearchOperatorType.operation
protected SearchOperationType
SearchTimespanType.operation
Methods in com.vidispine.generated that return SearchOperationTypeModifier and TypeMethodDescriptionstatic SearchOperationType
MetadataGroupSearchOperatorType.getOperation()
Gets the value of the operation property.OperatorType.getOperation()
Gets the value of the operation property.SearchFilterType.getOperation()
Gets the value of the operation property.SearchOperatorType.getOperation()
Gets the value of the operation property.SearchTimespanType.getOperation()
Gets the value of the operation property.static SearchOperationType
Returns the enum constant of this class with the specified name.static SearchOperationType[]
SearchOperationType.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 SearchOperationTypeModifier and TypeMethodDescriptionvoid
MetadataGroupSearchOperatorType.setOperation
(SearchOperationType value) Sets the value of the operation property.void
OperatorType.setOperation
(SearchOperationType value) Sets the value of the operation property.void
SearchFilterType.setOperation
(SearchOperationType value) Sets the value of the operation property.void
SearchOperatorType.setOperation
(SearchOperationType value) Sets the value of the operation property.void
SearchTimespanType.setOperation
(SearchOperationType value) Sets the value of the operation property.MetadataGroupSearchOperatorType.withOperation
(SearchOperationType value) Sets the value of the operation property.OperatorType.withOperation
(SearchOperationType value) Sets the value of the operation property.SearchFilterType.withOperation
(SearchOperationType value) Sets the value of the operation property.SearchOperatorType.withOperation
(SearchOperationType value) Sets the value of the operation property.SearchTimespanType.withOperation
(SearchOperationType value) Sets the value of the operation property.