| Package | Description |
|---|---|
| org.faktorips.runtime.model.enumtype |
Classes that allow access to design time model information on enums.
|
| org.faktorips.runtime.model.table |
Classes that allow access to design time model information on tables.
|
| 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 |
EnumAttribute
Description of an attribute of an
EnumType. |
class |
EnumType
Description of an enum's attributes and extensibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableColumn
Description of one column of a runtime table.
|
class |
TableStructure
|
| Modifier and Type | Class and Description |
|---|---|
class |
Association
An association between two
Types. |
class |
Attribute
A
Attribute represents an attribute from a PolicyCmptType or a ProductCmptType. |
class |
ConstantPolicyAttribute
An PolicyCmptType's
CONSTANT
attribute. |
class |
DefaultPolicyAttribute |
class |
ModelElement
An element from the design time model representation as returned from
IpsModel. |
class |
PolicyAssociation
An association between two
PolicyCmptTypes. |
class |
PolicyAttribute
An attribute of a
PolicyCmptType. |
class |
PolicyCmptType
Corresponds to a design time
IPolicyCmptType. |
class |
ProductAssociation |
class |
ProductAttribute
Represents an attribute in a IpsProductCmptType.
|
class |
ProductCmptType
Corresponds to a design time
IProductCmptType. |
class |
TableUsage
Describes the model information for a table usage.
|
class |
Type
A
Type represents a design time type of Faktor-IPS. |
class |
TypePart
Abstract class for any part of a
Type. |
class |
ValidationRule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IModelType
Deprecated.
Use
Type directly. Will be removed in Faktor-IPS 3.20+ |
interface |
IModelTypeAssociation
Deprecated.
Use
Association directly. Will be removed in Faktor-IPS 3.20+ |
interface |
IModelTypeAttribute
Deprecated.
Use
Attribute directly. Will be removed in Faktor-IPS 3.20+ |
Copyright © 2019. All rights reserved.