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()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.