All Implemented Interfaces:
AnnotatedElement, EnumType, ExtensibleType<EnumType>, Type

public class EnumTypeImpl extends ExtensibleTypeImpl<EnumType> implements EnumType
Author:
[email protected]
  • Constructor Details

  • Method Details

    • getFields

      public Collection<FieldModel> getFields()
      Description copied from interface: EnumType
      Returns an unmodifiable collection of fields models that represent all the declared fields of this enum.
      Specified by:
      getFields in interface EnumType
      Returns:
      collection of declared fields