当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
Use (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.enum
Class Use
java.lang.Object
org.apache.axis.enum.Enum
org.apache.axis.enum.Use
- All Implemented Interfaces:
- Serializable
- public class Use
- extends Enum
Use enum description
- Author:
- Richard Scheuerle
- See Also:
- Serialized Form
Nested Class Summary |
static class |
Use.Type
|
Fields inherited from class org.apache.axis.enum.Enum |
name, value |
ENCODED_STR
public static final String ENCODED_STR
- See Also:
- Constant Field Values
LITERAL_STR
public static final String LITERAL_STR
- See Also:
- Constant Field Values
ENCODED
public static final Use ENCODED
LITERAL
public static final Use LITERAL
DEFAULT
public static final Use DEFAULT
getDefault
public static Use getDefault()
getEncoding
public final String getEncoding()
getUse
public static final Use getUse(int style)
getUse
public static final Use getUse(String style)
getUse
public static final Use getUse(String style,
Use dephault)
isValid
public static final boolean isValid(String style)
size
public static final int size()
getUses
public static final String[] getUses()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.