org.apache.axis.constants
public class Use extends Enum
Modifier and Type | Class and Description |
---|---|
static class |
Use.Type |
Modifier and Type | Field and Description |
---|---|
static Use |
DEFAULT |
static Use |
ENCODED |
static java.lang.String |
ENCODED_STR |
static Use |
LITERAL |
static java.lang.String |
LITERAL_STR |
Modifier | Constructor and Description |
---|---|
protected |
Use() |
Modifier and Type | Method and Description |
---|---|
static Use |
getDefault() |
java.lang.String |
getEncoding() |
static Use |
getUse(int style) |
static Use |
getUse(java.lang.String style) |
static Use |
getUse(java.lang.String style,
Use dephault) |
static java.lang.String[] |
getUses() |
static boolean |
isValid(java.lang.String style) |
static int |
size() |
public static final java.lang.String ENCODED_STR
public static final java.lang.String LITERAL_STR
public static final Use ENCODED
public static final Use LITERAL
public static final Use DEFAULT
public static Use getDefault()
public final java.lang.String getEncoding()
public static final Use getUse(int style)
public static final Use getUse(java.lang.String style)
public static final boolean isValid(java.lang.String style)
public static final int size()
public static final java.lang.String[] getUses()
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.