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 GenericRelevanceValidation.Error 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 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.