| Package | Description |
|---|---|
| org.faktorips.runtime.model.enumtype |
Classes that allow access to design time model information on enums.
|
| Modifier and Type | Method and Description |
|---|---|
EnumAttribute |
EnumType.getAttribute(String name)
Returns the model for the attribute with the given name or
null if no such attribute
exists. |
EnumAttribute |
EnumType.getDisplayNameAttribute()
The model for the attribute used to display an instance of this enum in human readable form.
|
EnumAttribute |
EnumType.getIdAttribute()
The model for the attribute used to uniquely identify an instance of this enum.
|
| Modifier and Type | Method and Description |
|---|---|
protected static LinkedHashMap<String,EnumAttribute> |
EnumAttribute.createFrom(EnumType enumType,
Class<?> enumClass) |
List<EnumAttribute> |
EnumType.getAttributes()
Returns models for all this enum's attributes
|
Copyright © 2021. All rights reserved.