Package org.faktorips.runtime.validation
Validation of model objects.
-
Interface Summary Interface Description IGenericAttributeValidationConfiguration Configuration for the generic validation ofPolicyAttributevalues. -
Class Summary Class Description DefaultGenericAttributeValidationConfiguration Default implementation ofIGenericAttributeValidationConfigurationthat uses aLocalespecificResourceBundleto load messages.GenericRelevanceValidation Class for validating the attribute relevance and value range. -
Enum Summary Enum Description GenericRelevanceValidation.Error Relevance Defines the relevance of aPolicyAttribute, derived from itsvalue set: An attribute with an empty (ornull) value set is consideredIRRELEVANT- no value should be set An attribute with value setcontainingnullis consideredOPTIONAL- a value can be set but is not required An attribute with a non-empty value set notcontainingnullis consideredMANDATORY- a value must be set An attribute that is notIRRELEVANT(OPTIONALorMANDATORY) is considered relevant - its value should for example be checked against the value set.