Uses of Enum
com.rosetta.model.lib.validation.ChoiceRuleValidationMethod
Packages that use ChoiceRuleValidationMethod
-
Uses of ChoiceRuleValidationMethod in com.rosetta.model.lib.expression
Methods in com.rosetta.model.lib.expression with parameters of type ChoiceRuleValidationMethodModifier and TypeMethodDescriptionstatic <T> ComparisonResultExpressionOperators.choice(Mapper<T> mapper, List<String> choiceFieldNames, ChoiceRuleValidationMethod necessity) Deprecated.static <T> ComparisonResultExpressionOperatorsNullSafe.choice(Mapper<T> mapper, List<String> choiceFieldNames, ChoiceRuleValidationMethod necessity) -
Uses of ChoiceRuleValidationMethod in com.rosetta.model.lib.validation
Methods in com.rosetta.model.lib.validation that return ChoiceRuleValidationMethodModifier and TypeMethodDescriptionstatic ChoiceRuleValidationMethodReturns the enum constant of this type with the specified name.static ChoiceRuleValidationMethod[]ChoiceRuleValidationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.