public abstract class Enum extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Enum.Type |
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
String |
name |
int |
value |
Modifier | Constructor and Description |
---|---|
protected |
Enum(Enum.Type type,
int value,
String name) |
protected static org.apache.commons.logging.Log log
public final int value
public final String name
Copyright © The Apache Software Foundation. All Rights Reserved.