Uses of Class
org.faktorips.runtime.model.type.ValidationRule
Packages that use ValidationRule
Package
Description
Classes that allow access to design time model information on policy and product component types.
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 ValidationRuleModifier and TypeMethodDescriptionPolicyCmptType.getDeclaredValidationRule(int index) Returns the declaredValidationRuleat the givenindex.PolicyCmptType.getDeclaredValidationRule(String name) Returns theValidationRulewith the givennamedeclared in this type.PolicyCmptType.getValidationRule(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 ValidationRuleModifier and TypeMethodDescriptionPolicyCmptType.getDeclaredValidationRules()Returns a list containing allValidationRulesdeclared in this model type.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