Uses of Class
org.apache.axis.constants.Enum
Packages that use Enum
-
Uses of Enum in org.apache.axis.client.async
Subclasses of Enum in org.apache.axis.client.async -
Uses of Enum in org.apache.axis.constants
Subclasses of Enum in org.apache.axis.constantsModifier and TypeClassDescriptionclassclassDescription of the different styles
style=rpc, use=encoded
First element of the SOAP body is the operation.classUse enum descriptionMethods in org.apache.axis.constants that return EnumModifier and TypeMethodDescriptionEnum.Type.getDefault()final EnumEnum.Type.getEnum(int enumElt) Returns name of enumerated valuefinal EnumReturns enumerated value of namefinal EnumReturns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve.Methods in org.apache.axis.constants with parameters of type EnumModifier and TypeMethodDescriptionfinal booleanfinal EnumReturns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve.voidEnum.Type.setDefault(Enum dephault) Constructors in org.apache.axis.constants with parameters of type Enum