|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OutputFormat.Boolean>
global.sandbox.xmlutilities.OutputFormat.Boolean
public static enum OutputFormat.Boolean
Represents Boolean value with appropriate value expected by Transformer
.
Enum Constant Summary | |
---|---|
FALSE
NO. |
|
NO
NO. |
|
TRUE
YES. |
|
YES
YES. |
Field Summary | |
---|---|
private String |
value
Appropriate code. |
Method Summary | |
---|---|
String |
getValue()
Returns code required by Transformer#setOutputProperties(java.util.Properties) . |
static OutputFormat.Boolean |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutputFormat.Boolean[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OutputFormat.Boolean YES
public static final OutputFormat.Boolean NO
public static final OutputFormat.Boolean TRUE
public static final OutputFormat.Boolean FALSE
Field Detail |
---|
private final String value
Method Detail |
---|
public static OutputFormat.Boolean[] values()
for (OutputFormat.Boolean c : OutputFormat.Boolean.values()) System.out.println(c);
public static OutputFormat.Boolean valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
Transformer#setOutputProperties(java.util.Properties)
.
getValue
in interface OutputFormat.ConfigurationValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |