Uses of Class
com.orchestranetworks.addon.dqid.PredefinedValue
-
Packages that use PredefinedValue Package Description com.orchestranetworks.addon.dqid 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 PredefinedValue Modifier and Type Method Description java.util.Set<PredefinedValue>ListConstraint. getDefaultPredefinedValues()Returns the list of the predefined default values.java.util.Set<PredefinedValue>ParameterDefinition. getDefaultPredefinedValues()Returns an empty list ifParameterDefinition.isList()returnsfalse.java.util.Set<PredefinedValue>ListConstraint. getPossibleValues()Returns the list of possible values in case of enumeration.Constructor parameters in com.orchestranetworks.addon.dqid with type arguments of type PredefinedValue Constructor Description ListConstraint(int minOccurs, int maxOccurs, java.util.Set<PredefinedValue> defaultValues)Initializes in the case the parameter is a list.ListConstraint(int minOccurs, int maxOccurs, java.util.Set<PredefinedValue> possibleValues, java.util.Set<PredefinedValue> defaultValues)Initializes in the case the parameter is an enumeration type and is multiple-occurrenced.ListConstraint(java.util.Set<PredefinedValue> possibleValues, java.util.Set<PredefinedValue> defaultValues)Initializes in the case the parameter is an enumeration type.
-