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