Uses of Class
com.vidispine.generated.ItemSearchValueType
-
Uses of ItemSearchValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemSearchValueTypeModifier and TypeFieldDescriptionprotected List<ItemSearchValueType>SearchFieldType.Range.valueprotected List<ItemSearchValueType>SearchFieldType.valueMethods in com.vidispine.generated that return ItemSearchValueTypeModifier and TypeMethodDescriptionObjectFactory.createItemSearchValueType()Create an instance ofItemSearchValueTypeItemSearchValueType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) ItemSearchValueType.withBoost(float value) Sets the value of the boost property.ItemSearchValueType.withMaximum(boolean value) Sets the value of the maximum property.ItemSearchValueType.withMinimum(boolean value) Sets the value of the minimum property.ItemSearchValueType.withNoescape(boolean value) Sets the value of the noescape property.Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type ItemSearchValueTypeModifier and TypeMethodDescriptionSearchFieldType.getValue()Gets the value of the value property.SearchFieldType.Range.getValue()Gets the value of the value property.Methods in com.vidispine.generated with parameters of type ItemSearchValueTypeModifier and TypeMethodDescriptionSearchFieldType.Range.withValue(ItemSearchValueType... values) Adds objects to the list of Value using add methodSearchFieldType.withValue(ItemSearchValueType... values) Adds objects to the list of Value using add methodMethod parameters in com.vidispine.generated with type arguments of type ItemSearchValueTypeModifier and TypeMethodDescriptionSearchFieldType.Range.withValue(Collection<ItemSearchValueType> values) Adds objects to the list of Value using addAll methodSearchFieldType.withValue(Collection<ItemSearchValueType> values) Adds objects to the list of Value using addAll method