Uses of Class
org.faktorips.runtime.model.enumtype.EnumType
-
Packages that use EnumType 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. -
-
Uses of EnumType in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return EnumType Modifier and Type Method Description static EnumTypeIpsModel. getEnumType(java.lang.Class<?> enumObjectClass)static EnumTypeIpsModel. getEnumType(java.lang.Object enumInstance) -
Uses of EnumType in org.faktorips.runtime.model.enumtype
Methods in org.faktorips.runtime.model.enumtype with parameters of type EnumType Modifier and Type Method Description protected static java.util.LinkedHashMap<java.lang.String,EnumAttribute>EnumAttribute. createFrom(EnumType enumType, java.lang.Class<?> enumClass)Constructors in org.faktorips.runtime.model.enumtype with parameters of type EnumType Constructor Description EnumAttribute(EnumType enumType, java.lang.String name, java.lang.reflect.Method getterMethod)
-