| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationRule |
PolicyCmptType.getDeclaredValidationRule(int index)
Returns the declared
ValidationRule at the given index. |
ValidationRule |
PolicyCmptType.getDeclaredValidationRule(String name)
Returns the
ValidationRule with the given name declared in this type. |
ValidationRule |
PolicyCmptType.getValidationRule(String name)
Returns the
ValidationRule with the given name declared in this type or
one of its super types. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationRule> |
PolicyCmptType.getDeclaredValidationRules()
Returns a list containing all
ValidationRules declared in this model
type. |
List<ValidationRule> |
PolicyCmptType.getValidationRules()
Returns a list containing all the
ValidationRules including those
defined in the super types. |
| Modifier and Type | Method and Description |
|---|---|
ValidationRule |
ValidationRuleDescriptor.create(ModelElement parentElement) |
Copyright © 2023. All rights reserved.