|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IModelTypeAttribute | |
|---|---|
| org.faktorips.runtime.modeltype | |
| org.faktorips.runtime.modeltype.internal | |
| Uses of IModelTypeAttribute in org.faktorips.runtime.modeltype |
|---|
| Methods in org.faktorips.runtime.modeltype that return IModelTypeAttribute | |
|---|---|
IModelTypeAttribute |
IModelType.getAttribute(String name)
Returns the attribute with the given name declared in this type or one of it's
super types. |
IModelTypeAttribute |
IModelType.getDeclaredAttribute(int index)
Returns the declared attribute at the given index. |
IModelTypeAttribute |
IModelType.getDeclaredAttribute(String name)
Returns the attribute with the given name declared in this type. |
| Methods in org.faktorips.runtime.modeltype that return types with arguments of type IModelTypeAttribute | |
|---|---|
List<IModelTypeAttribute> |
IModelType.getAttributes()
Returns a list containing the type's attributes including those defined in the type's super types. |
List<IModelTypeAttribute> |
IModelType.getDeclaredAttributes()
Returns a list containing all attributes declared in this model type. |
| Uses of IModelTypeAttribute in org.faktorips.runtime.modeltype.internal |
|---|
| Classes in org.faktorips.runtime.modeltype.internal that implement IModelTypeAttribute | |
|---|---|
class |
ModelTypeAttribute
A ModelTypeAttribute represent an attribute from the PolicyCmptType or the
ProductCmptType. |
| Methods in org.faktorips.runtime.modeltype.internal that return IModelTypeAttribute | |
|---|---|
IModelTypeAttribute |
ModelType.getAttribute(String name)
|
IModelTypeAttribute |
ModelType.getDeclaredAttribute(int index)
|
IModelTypeAttribute |
ModelType.getDeclaredAttribute(String name)
|
| Methods in org.faktorips.runtime.modeltype.internal that return types with arguments of type IModelTypeAttribute | |
|---|---|
List<IModelTypeAttribute> |
ModelType.getAttributes()
|
List<IModelTypeAttribute> |
ModelType.getDeclaredAttributes()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||