Package gw.lang.reflect
Interface IEnumConstant
-
- All Known Subinterfaces:
IEnumValue
- All Known Implementing Classes:
EnumValuePlaceholder
public interface IEnumConstant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCode()
String
getDisplayName()
int
getOrdinal()
-