isEnumField abstract method
Checks if this field is an enum field.
Returns:
true
if declared withenum
modifierfalse
otherwise
Implementation
bool isEnumField();
Checks if this field is an enum field.
Returns:
true
if declared with enum
modifierfalse
otherwisebool isEnumField();