public abstract class Enum
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
_name
the name *
|
| Constructor and Description |
|---|
Enum(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the name
|