Uses of Class
com.vidispine.generated.OperatorType
-
Uses of OperatorType in com.vidispine.generated
Fields in com.vidispine.generated declared as OperatorTypeFields in com.vidispine.generated with type parameters of type OperatorTypeModifier and TypeFieldDescriptionprotected List<OperatorType>
OperatorType.operator
protected List<OperatorType>
TimespanType.operator
Methods in com.vidispine.generated that return OperatorTypeModifier and TypeMethodDescriptionObjectFactory.createOperatorType()
Create an instance ofOperatorType
SearchType.getOperator()
Gets the value of the operator property.OperatorType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) OperatorType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodOperatorType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodOperatorType.withOperation
(SearchOperationType value) Sets the value of the operation property.OperatorType.withOperator
(OperatorType... values) Adds objects to the list of Operator using add methodOperatorType.withOperator
(Collection<OperatorType> values) Adds objects to the list of Operator using addAll methodMethods in com.vidispine.generated that return types with arguments of type OperatorTypeModifier and TypeMethodDescriptionOperatorType.getOperator()
Gets the value of the operator property.TimespanType.getOperator()
Gets the value of the operator property.Methods in com.vidispine.generated with parameters of type OperatorTypeModifier and TypeMethodDescriptionvoid
SearchType.setOperator
(OperatorType value) Sets the value of the operator property.OperatorType.withOperator
(OperatorType... values) Adds objects to the list of Operator using add methodSearchType.withOperator
(OperatorType value) Sets the value of the operator property.TimespanType.withOperator
(OperatorType... values) Adds objects to the list of Operator using add methodMethod parameters in com.vidispine.generated with type arguments of type OperatorTypeModifier and TypeMethodDescriptionOperatorType.withOperator
(Collection<OperatorType> values) Adds objects to the list of Operator using addAll methodTimespanType.withOperator
(Collection<OperatorType> values) Adds objects to the list of Operator using addAll method