Editing an Enumeration Type
Context
You can change the name and values of an enumeration type after you create it. You cannot change the Java type of an enumeration type.
You can change the name and values of an enumeration type after you create it. You cannot change the Java type of an enumeration type.