Uses of Class
com.vidispine.generated.FacetRangeType
-
Uses of FacetRangeType in com.vidispine.generated
Fields in com.vidispine.generated declared as FacetRangeTypeModifier and TypeFieldDescriptionprotected FacetRangeTypeFacetFilterType.rangeprotected FacetRangeTypeJobSearchType.FacetFilter.rangeFields in com.vidispine.generated with type parameters of type FacetRangeTypeModifier and TypeFieldDescriptionprotected List<FacetRangeType>FacetType.rangeprotected List<FacetRangeType>SearchFacetType.rangeMethods in com.vidispine.generated that return FacetRangeTypeModifier and TypeMethodDescriptionObjectFactory.createFacetRangeType()Create an instance ofFacetRangeTypeFacetFilterType.getRange()Gets the value of the range property.JobSearchType.FacetFilter.getRange()Gets the value of the range property.FacetRangeType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the end property.Sets the value of the start property.Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type FacetRangeTypeModifier and TypeMethodDescriptionFacetType.getRange()Gets the value of the range property.SearchFacetType.getRange()Gets the value of the range property.Methods in com.vidispine.generated with parameters of type FacetRangeTypeModifier and TypeMethodDescriptionvoidFacetFilterType.setRange(FacetRangeType value) Sets the value of the range property.voidJobSearchType.FacetFilter.setRange(FacetRangeType value) Sets the value of the range property.FacetFilterType.withRange(FacetRangeType value) Sets the value of the range property.FacetType.withRange(FacetRangeType... values) Adds objects to the list of Range using add methodJobSearchType.FacetFilter.withRange(FacetRangeType value) Sets the value of the range property.SearchFacetType.withRange(FacetRangeType... values) Adds objects to the list of Range using add methodMethod parameters in com.vidispine.generated with type arguments of type FacetRangeTypeModifier and TypeMethodDescriptionFacetType.withRange(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll methodSearchFacetType.withRange(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll method