Class EnumUtil.EnumValueInfo<T>
java.lang.Object
jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo<T>
- Enclosing class:
EnumUtil
Contains Enum value info.
-
Constructor Details
-
EnumValueInfo
Constructs a new instance.- Parameters:
name- the name of the enum elementcode- the code of the enum elementlabel- the display name of the enum elementinstance- the instance of the enum valueenumClassName- the name of the enum class
-
-
Method Details
-
getName
-
getCode
-
getLabel
-
getInstance
-
getEnumClassName
-