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