Uses of Class
org.faktorips.runtime.model.enumtype.EnumAttribute
Packages that use EnumAttribute
Package
Description
Classes that allow access to design time model information on enums.
-
Uses of EnumAttribute in org.faktorips.runtime.model.enumtype
Methods in org.faktorips.runtime.model.enumtype that return EnumAttributeModifier and TypeMethodDescriptionEnumType.getAttribute(String name) Returns the model for the attribute with the given name ornullif no such attribute exists.EnumType.getDisplayNameAttribute()The model for the attribute used to display an instance of this enum in human readable form.EnumType.getIdAttribute()The model for the attribute used to uniquely identify an instance of this enum.Methods in org.faktorips.runtime.model.enumtype that return types with arguments of type EnumAttributeModifier and TypeMethodDescriptionprotected static LinkedHashMap<String,EnumAttribute> EnumAttribute.createFrom(EnumType enumType, Class<?> enumClass) EnumType.getAttributes()Returns models for all this enum's attributes