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