|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Enum | |
---|---|
org.jboss.axis.enums |
Uses of Enum in org.jboss.axis.enums |
---|
Subclasses of Enum in org.jboss.axis.enums | |
---|---|
class |
Scope
|
class |
Style
Description of the different styles style=rpc, use=encoded First element of the SOAP body is the operation. |
class |
Use
Use enums description |
Methods in org.jboss.axis.enums that return Enum | |
---|---|
Enum |
Enum.Type.getDefault()
|
Enum |
Enum.Type.getEnum(int en)
Returns name of enumerated value |
Enum |
Enum.Type.getEnum(String enumName)
Returns enumerated value of name |
Enum |
Enum.Type.getEnum(String enumName,
Enum dephault)
Returns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve. |
Methods in org.jboss.axis.enums with parameters of type Enum | |
---|---|
boolean |
Enum.equals(Enum obj)
|
Enum |
Enum.Type.getEnum(String enumName,
Enum dephault)
Returns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve. |
protected void |
Enum.Type.setDefault(Enum dephault)
|
Constructors in org.jboss.axis.enums with parameters of type Enum | |
---|---|
Enum.Type(String name,
Enum[] enums)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |