| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
EnumAttribute.getMessageKey(DocumentationKind messageType) |
protected String |
EnumType.getMessageKey(DocumentationKind messageType) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TableColumn.getMessageKey(DocumentationKind messageType) |
protected String |
TableStructure.getMessageKey(DocumentationKind messageType) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentationKind |
DocumentationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentationKind[] |
DocumentationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ModelElement.getDocumentation(Locale locale,
DocumentationKind type,
String fallback) |
protected String |
Type.getMessageKey(DocumentationKind messageType) |
protected abstract String |
ModelElement.getMessageKey(DocumentationKind messageType) |
protected String |
TypePart.getMessageKey(DocumentationKind messageType) |
Copyright © 2023. All rights reserved.