Serializable
, Comparable<XmlFormatter.Namespace>
public static enum XmlFormatter.Namespace extends Enum<XmlFormatter.Namespace>
Enum Constant | Description |
---|---|
LOGGING_1_0 |
Modifier and Type | Method | Description |
---|---|---|
String |
getUriString() |
Get the URI of this namespace.
|
static XmlFormatter.Namespace |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XmlFormatter.Namespace[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlFormatter.Namespace LOGGING_1_0
public static XmlFormatter.Namespace[] values()
for (XmlFormatter.Namespace c : XmlFormatter.Namespace.values()) System.out.println(c);
public static XmlFormatter.Namespace 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 nullpublic String getUriString()
Copyright © 2018. All rights reserved.