| Package | Description |
|---|---|
| org.faktorips.runtime.model |
Contains classes that allow access to design time model information about Faktor-IPS objects.
|
| org.faktorips.runtime.model.enumtype |
Classes that allow access to design time model information on enums.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumType |
IpsModel.getEnumType(Class<?> enumObjectClass) |
static EnumType |
IpsModel.getEnumType(Object enumInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected static LinkedHashMap<String,EnumAttribute> |
EnumAttribute.createFrom(EnumType enumType,
Class<?> enumClass) |
| Constructor and Description |
|---|
EnumAttribute(EnumType enumType,
String name,
Method getterMethod) |
Copyright © 2021. All rights reserved.