Enumeration Sets in Java
Enumeration sets are implemented as classes in the Java toolkit. Each of the values listed for a particular enumeration set is represented as a field of the corresponding class in the Java toolkit. Some examples are listed in the following table.
|
Enumeration Set |
Value |
Java Class |
Field |
|---|---|---|---|
|
bibus » encodingEnum |
base64 |
|
|
|
bibus » runOptionEnum |
verticalElements |
|
|
|
bibus » orderEnum |
ascending |
|
|