Uses of Class
com.orchestranetworks.addon.dqid.PredefinedValue
Packages that use PredefinedValue
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
- 
Uses of PredefinedValue in com.orchestranetworks.addon.dqid
Methods in com.orchestranetworks.addon.dqid that return types with arguments of type PredefinedValueModifier and TypeMethodDescriptionListConstraint.getDefaultPredefinedValues()Returns the list of the predefined default values.ParameterDefinition.getDefaultPredefinedValues()Returns an empty list ifParameterDefinition.isList()returnsfalse.ListConstraint.getPossibleValues()Returns the list of possible values in case of enumeration.Constructor parameters in com.orchestranetworks.addon.dqid with type arguments of type PredefinedValueModifierConstructorDescriptionListConstraint(int minOccurs, int maxOccurs, Set<PredefinedValue> defaultValues) Initializes in the case the parameter is a list.ListConstraint(int minOccurs, int maxOccurs, Set<PredefinedValue> possibleValues, Set<PredefinedValue> defaultValues) Initializes in the case the parameter is an enumeration type and is multiple-occurrenced.ListConstraint(Set<PredefinedValue> possibleValues, Set<PredefinedValue> defaultValues) Initializes in the case the parameter is an enumeration type.