org.apache.axis.constants
public abstract class Enum extends java.lang.Object implements java.io.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 |
java.lang.String |
name |
int |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Enum(Enum.Type type,
int value,
java.lang.String name) |
protected static org.apache.commons.logging.Log log
public final int value
public final java.lang.String name
protected Enum(Enum.Type type, int value, java.lang.String name)
public final int getValue()
public final java.lang.String getName()
public final Enum.Type getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(Enum obj)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.