| 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.modeltype |
use
IpsModel and the new implementation classes in
org.faktorips.runtime.model.type directly. |
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute
A
Attribute represents an attribute from a PolicyCmptType or a ProductCmptType. |
class |
ConstantPolicyAttribute
An PolicyCmptType's
CONSTANT
attribute. |
class |
DefaultPolicyAttribute |
class |
PolicyAttribute
An attribute of a
PolicyCmptType. |
class |
ProductAttribute
Represents an attribute in a IpsProductCmptType.
|
| Modifier and Type | Method and Description |
|---|---|
IModelTypeAttribute |
IModelType.getAttribute(String name)
Deprecated.
Returns the attribute with the given
name declared in this type or one of it's
super types. |
IModelTypeAttribute |
IModelType.getDeclaredAttribute(int index)
Deprecated.
Returns the declared attribute at the given
index. |
IModelTypeAttribute |
IModelType.getDeclaredAttribute(String name)
Deprecated.
Returns the attribute with the given
name declared in this type. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IModelTypeAttribute> |
IModelType.getAttributes()
Deprecated.
Returns a list containing the type's attributes including those defined in the type's super
types.
|
List<? extends IModelTypeAttribute> |
IModelType.getDeclaredAttributes()
Deprecated.
Returns a list containing all attributes declared in this model type.
|
Copyright © 2020. All rights reserved.