Uses of Class
org.faktorips.runtime.model.enumtype.EnumType
Packages that use EnumType
Package
Description
Contains classes that allow access to design time model information about Faktor-IPS objects.
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 EnumTypeModifier and TypeMethodDescriptionstatic EnumTypeIpsModel.getEnumType(Class<?> enumObjectClass) static EnumTypeIpsModel.getEnumType(Object enumInstance) -
Uses of EnumType in org.faktorips.runtime.model.enumtype
Methods in org.faktorips.runtime.model.enumtype that return types with arguments of type EnumTypeMethods in org.faktorips.runtime.model.enumtype with parameters of type EnumTypeModifier and TypeMethodDescriptionprotected static LinkedHashMap<String,EnumAttribute> EnumAttribute.createFrom(EnumType enumType, Class<?> enumClass) Constructors in org.faktorips.runtime.model.enumtype with parameters of type EnumType