Uses of Class
org.faktorips.runtime.model.enumtype.EnumAttribute
-
Packages that use EnumAttribute Package Description org.faktorips.runtime.model.enumtype 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 EnumAttribute Modifier and Type Method Description EnumAttributeEnumType. getAttribute(java.lang.String name)Returns the model for the attribute with the given name ornullif no such attribute exists.EnumAttributeEnumType. getDisplayNameAttribute()The model for the attribute used to display an instance of this enum in human readable form.EnumAttributeEnumType. 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 EnumAttribute Modifier and Type Method Description protected static java.util.LinkedHashMap<java.lang.String,EnumAttribute>EnumAttribute. createFrom(EnumType enumType, java.lang.Class<?> enumClass)java.util.List<EnumAttribute>EnumType. getAttributes()Returns models for all this enum's attributes
-