public static enum Namespace100.Attribute extends Enum<Namespace100.Attribute>
Enum Constant and Description |
---|
INCREMENT |
NAME |
NAMESPACE |
TYPE |
UNKNOWN |
VALUE |
Modifier and Type | Method and Description |
---|---|
static Namespace100.Attribute |
forName(String localName) |
String |
getLocalName() |
String |
toString() |
static Namespace100.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Namespace100.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Namespace100.Attribute UNKNOWN
public static final Namespace100.Attribute NAME
public static final Namespace100.Attribute NAMESPACE
public static final Namespace100.Attribute INCREMENT
public static final Namespace100.Attribute VALUE
public static final Namespace100.Attribute TYPE
public static Namespace100.Attribute[] values()
for (Namespace100.Attribute c : Namespace100.Attribute.values()) System.out.println(c);
public static Namespace100.Attribute 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 getLocalName()
public static Namespace100.Attribute forName(String localName)
public String toString()
toString
in class Enum<Namespace100.Attribute>
Copyright © 2013 JBoss by Red Hat. All rights reserved.