Uses of Class
com.vidispine.generated.SimpleSearchOperatorType
-
-
Uses of SimpleSearchOperatorType in com.vidispine.generated
Fields in com.vidispine.generated declared as SimpleSearchOperatorType Modifier and Type Field Description protected SimpleSearchOperatorType
SimpleSearchType. operator
Methods in com.vidispine.generated that return SimpleSearchOperatorType Modifier and Type Method Description SimpleSearchOperatorType
ObjectFactory. createSimpleSearchOperatorType()
Create an instance ofSimpleSearchOperatorType
SimpleSearchOperatorType
SimpleSearchType. getOperator()
Gets the value of the operator property.SimpleSearchOperatorType
SimpleSearchOperatorType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SimpleSearchOperatorType
SimpleSearchOperatorType. withField(SimpleSearchFieldType... values)
SimpleSearchOperatorType
SimpleSearchOperatorType. withField(Collection<SimpleSearchFieldType> values)
SimpleSearchOperatorType
SimpleSearchOperatorType. withOperation(SimpleSearchOperationType value)
Methods in com.vidispine.generated with parameters of type SimpleSearchOperatorType Modifier and Type Method Description void
SimpleSearchType. setOperator(SimpleSearchOperatorType value)
Sets the value of the operator property.SimpleSearchType
SimpleSearchType. withOperator(SimpleSearchOperatorType value)
-