Uses of Package
org.faktorips.runtime.validation
-
Packages that use org.faktorips.runtime.validation Package Description org.faktorips.runtime org.faktorips.runtime.validation Validation of model objects. -
Classes in org.faktorips.runtime.validation used by org.faktorips.runtime Class Description IGenericAttributeValidationConfiguration Configuration for the generic validation ofPolicyAttributevalues. -
Classes in org.faktorips.runtime.validation used by org.faktorips.runtime.validation Class Description IGenericAttributeValidationConfiguration Configuration for the generic validation ofPolicyAttributevalues.Relevance 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.