Uses of Class
org.faktorips.runtime.model.type.ValidationRule
-
Packages that use ValidationRule Package Description org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types.org.faktorips.runtime.model.type.read Internal use classes to read model information from annotations and via reflection. -
-
Uses of ValidationRule in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ValidationRule Modifier and Type Method Description ValidationRulePolicyCmptType. getDeclaredValidationRule(int index)Returns the declaredValidationRuleat the givenindex.ValidationRulePolicyCmptType. getDeclaredValidationRule(java.lang.String name)Returns theValidationRulewith the givennamedeclared in this type.ValidationRulePolicyCmptType. getValidationRule(java.lang.String name)Returns theValidationRulewith the givennamedeclared in this type or one of its super types.Methods in org.faktorips.runtime.model.type that return types with arguments of type ValidationRule Modifier and Type Method Description java.util.List<ValidationRule>PolicyCmptType. getDeclaredValidationRules()Returns a list containing allValidationRulesdeclared in this model type.java.util.List<ValidationRule>PolicyCmptType. getValidationRules()Returns a list containing all theValidationRulesincluding those defined in the super types. -
Uses of ValidationRule in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read that return ValidationRule Modifier and Type Method Description ValidationRuleValidationRuleDescriptor. create(ModelElement parentElement)
-