Uses of Package
org.faktorips.runtime.validation
Packages that use org.faktorips.runtime.validation
Package
Description
Validation of model objects.
-
Classes in org.faktorips.runtime.validation used by org.faktorips.runtime
-
Classes in org.faktorips.runtime.validation used by org.faktorips.runtime.validationClassDescriptionConfiguration for the generic validation of
PolicyAttributevalues.Defines the relevance of aPolicyAttribute, derived from itsvalue set: An attribute with an empty (ornull) value set is consideredRelevance.IRRELEVANT- no value should be set An attribute with value setcontainingnullis consideredRelevance.OPTIONAL- a value can be set but is not required An attribute with a non-empty value set notcontainingnullis consideredRelevance.MANDATORY- a value must be set An attribute that is notRelevance.IRRELEVANT(Relevance.OPTIONALorRelevance.MANDATORY) is considered relevant - its value should for example be checked against the value set.