public abstract class Enum extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Enum.EnumValueException |
| Modifier and Type | Field and Description |
|---|---|
static String |
NULL |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Enum() |
protected |
Enum(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object what) |
String |
getValue() |
protected abstract String[] |
getValues() |
protected static int |
index(String value,
String[] values) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.