| Package | Description |
|---|---|
| org.faktorips.runtime.modeltype | |
| org.faktorips.runtime.modeltype.internal |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelTypeAttribute
A
ModelTypeAttribute represent an attribute from the PolicyCmptType or the
ProductCmptType. |
| Modifier and Type | Method and Description |
|---|---|
IModelTypeAttribute |
ModelType.getAttribute(String name) |
IModelTypeAttribute |
ModelType.getDeclaredAttribute(int index) |
IModelTypeAttribute |
ModelType.getDeclaredAttribute(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IModelTypeAttribute> |
ModelType.getAttributes() |
List<IModelTypeAttribute> |
ModelType.getDeclaredAttributes() |
Copyright © 2014. All rights reserved.