站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Enum (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.enum
Class Enum

java.lang.Object
  extended byorg.apache.axis.enum.Enum
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Scope, 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

Nested Class Summary
static class Enum.Type
           
 
Field Summary
 String name
           
 int value
           
 
Constructor Summary
protected Enum(Enum.Type type, int value, String name)
           
 
Method Summary
 boolean equals(Enum obj)
           
 boolean equals(Object obj)
           
 String getName()
           
 Enum.Type getType()
           
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final int value

name

public final String name
Constructor Detail

Enum

protected Enum(Enum.Type type,
               int value,
               String name)
Method Detail

getValue

public final int getValue()

getName

public final String getName()

getType

public final Enum.Type getType()

toString

public String toString()

equals

public final boolean equals(Object obj)

equals

public final boolean equals(Enum obj)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.