org.apache.axis.constants
Class Enum
java.lang.Object
org.apache.axis.constants.Enum
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Scope, Status, Style, Use
public abstract class Enum
- extends Object
- implements Serializable
General support for 'enumerated' data types.
Name searches are case insensitive.
- Author:
- Richard Sitze (rsitze@apache.org)
- See Also:
- Serialized Form
log
protected static org.apache.commons.logging.Log log
value
public final int value
name
public final String name
Enum
protected Enum(Enum.Type type,
int value,
String name)
getValue
public final int getValue()
getName
public final String getName()
getType
public final Enum.Type getType()
toString
public String toString()
- Overrides:
toString in class Object
equals
public final boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public final boolean equals(Enum obj)
Copyright © The Apache Software Foundation. All Rights Reserved.