public interface EnumInfo extends TypeInfo
Usage of this interface is demonstrated below:
Attribute enumAttr = typeObjectDefinition.getAttribute(AttributesUtils.PROPERTY_ENUM); EnumInfo enumInfo = (EnumInfo)enumAttr.getTypeInfo(); String enumName = enumInfo.getEnumName();
Modifier and Type | Method and Description |
---|---|
String |
getEnumName() |
String getEnumName()