The name of the Java enum
The package of the Java enum
The access level of the Java enum
Optionalimplements_Any interfaces the enum implements
OptionalisWhether this is a nested enum
OptionalannotationsEnum annotations
OptionaljavadocDocumentation/JavaDoc for the enum
OptionalvaluesSimple string values for enum constants
OptionalconstantsEnum constants with values
Interface defining the arguments required to create a new Enum instance.
Args