All Superinterfaces:
AnnotatedElement, ExtensibleType<EnumType>, Type
All Known Implementing Classes:
EnumTypeImpl

public interface EnumType extends ExtensibleType<EnumType>
Author:
gaurav.gupta@payara.fish
  • Method Details

    • getFields

      Collection<FieldModel> getFields()
      Returns an unmodifiable collection of fields models that represent all the declared fields of this enum.
      Returns:
      collection of declared fields