Uses of Class
org.faktorips.runtime.validation.Relevance
-
Packages that use Relevance Package Description org.faktorips.runtime.validation Validation of model objects. -
-
Uses of Relevance in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return Relevance Modifier and Type Method Description static RelevanceRelevance. of(IModelObject modelObject, java.lang.String property)Returns theRelevanceof thePolicyAttributeidentified by the given property name for the given model object.static RelevanceRelevance. of(IModelObject modelObject, PolicyAttribute policyAttribute)Returns theRelevanceof the givenPolicyAttributefor the given model object.static RelevanceRelevance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Relevance[]Relevance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-