Package gw.lang.reflect
Interface IEnumValue
-
- All Superinterfaces:
IEnumConstant
- All Known Implementing Classes:
EnumValuePlaceholder
public interface IEnumValue extends IEnumConstant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue()
-
Methods inherited from interface gw.lang.reflect.IEnumConstant
getCode, getDisplayName, getOrdinal
-
-
-
-
Method Detail
-
getValue
Object getValue()
- Returns:
- The enum constant instance
-
-