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 SearchOperationTypeMetadataGroupSearchOperatorType.operationprotected SearchOperationTypeOperatorType.operationprotected SearchOperationTypeSearchFilterType.operationprotected SearchOperationTypeSearchOperatorType.operationprotected SearchOperationTypeSearchTimespanType.operationMethods in com.vidispine.generated that return SearchOperationTypeModifier and TypeMethodDescriptionstatic SearchOperationTypeMetadataGroupSearchOperatorType.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 SearchOperationTypeReturns 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 TypeMethodDescriptionvoidMetadataGroupSearchOperatorType.setOperation(SearchOperationType value) Sets the value of the operation property.voidOperatorType.setOperation(SearchOperationType value) Sets the value of the operation property.voidSearchFilterType.setOperation(SearchOperationType value) Sets the value of the operation property.voidSearchOperatorType.setOperation(SearchOperationType value) Sets the value of the operation property.voidSearchTimespanType.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.