Uses of Class
com.vidispine.generated.SearchFieldType.Range
-
Uses of SearchFieldType.Range in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFieldType.RangeMethods in com.vidispine.generated that return SearchFieldType.RangeModifier and TypeMethodDescriptionObjectFactory.createSearchFieldTypeRange()
Create an instance ofSearchFieldType.Range
SearchFieldType.Range.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SearchFieldType.Range.withExclusiveMaximum
(boolean value) Sets the value of the exclusiveMaximum property.SearchFieldType.Range.withExclusiveMinimum
(boolean value) Sets the value of the exclusiveMinimum property.SearchFieldType.Range.withValue
(ItemSearchValueType... values) Adds objects to the list of Value using add methodSearchFieldType.Range.withValue
(Collection<ItemSearchValueType> values) Adds objects to the list of Value using addAll methodMethods in com.vidispine.generated that return types with arguments of type SearchFieldType.RangeModifier and TypeMethodDescriptionSearchFieldType.getRange()
Gets the value of the range property.Methods in com.vidispine.generated with parameters of type SearchFieldType.RangeModifier and TypeMethodDescriptionSearchFieldType.withRange
(SearchFieldType.Range... values) Adds objects to the list of Range using add methodMethod parameters in com.vidispine.generated with type arguments of type SearchFieldType.RangeModifier and TypeMethodDescriptionSearchFieldType.withRange
(Collection<SearchFieldType.Range> values) Adds objects to the list of Range using addAll method