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 String |
ENCODED_STR |
static Use |
LITERAL |
static String |
LITERAL_STR |
Modifier | Constructor and Description |
---|---|
protected |
Use() |
Modifier and Type | Method and Description |
---|---|
static Use |
getDefault() |
String |
getEncoding() |
static Use |
getUse(int style) |
static Use |
getUse(String style) |
static Use |
getUse(String style,
Use dephault) |
static String[] |
getUses() |
static boolean |
isValid(String style) |
static int |
size() |
public static final String ENCODED_STR
public static final String LITERAL_STR
public static final Use ENCODED
public static final Use LITERAL
public static final Use DEFAULT
Copyright © The Apache Software Foundation. All Rights Reserved.