public static enum DefaultXMLFactoriesConfig.NamespacePhilosophy extends Enum<DefaultXMLFactoriesConfig.NamespacePhilosophy>
Enum Constant and Description |
---|
AGNOSTIC
Maybe there are namespaces.
|
HEDONISTIC
Fun without pain.
|
NIHILISTIC
There is no such thing as a namespace.
|
Modifier and Type | Method and Description |
---|---|
static DefaultXMLFactoriesConfig.NamespacePhilosophy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultXMLFactoriesConfig.NamespacePhilosophy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultXMLFactoriesConfig.NamespacePhilosophy AGNOSTIC
public static final DefaultXMLFactoriesConfig.NamespacePhilosophy HEDONISTIC
public static final DefaultXMLFactoriesConfig.NamespacePhilosophy NIHILISTIC
public static DefaultXMLFactoriesConfig.NamespacePhilosophy[] values()
for (DefaultXMLFactoriesConfig.NamespacePhilosophy c : DefaultXMLFactoriesConfig.NamespacePhilosophy.values()) System.out.println(c);
public static DefaultXMLFactoriesConfig.NamespacePhilosophy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012-12-21-2018. All Rights Reserved.