Show TOC

Background documentationAdding and Editing Values for Enumeration Type Locate this document in the navigation structure

 

An enumeration type allows you to define an abstract type that holds a list of values of the same primitive Java type that are logically related in a given context. An enumeration type is said to have a base type. Here the base type refers to the type of data that this enumeration type can hold.

This section describes the tasks associated with editing the value of an enumeration types.

Tasks