public static enum JAXRConstants.Element extends Enum<JAXRConstants.Element>
Enum Constant and Description |
---|
CONNECTION_FACTORY |
JUDDI_SERVER |
PROPERTIES |
PROPERTY |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static JAXRConstants.Element |
forName(String localName) |
String |
getLocalName() |
static JAXRConstants.Element |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXRConstants.Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JAXRConstants.Element UNKNOWN
public static final JAXRConstants.Element CONNECTION_FACTORY
public static final JAXRConstants.Element PROPERTIES
public static final JAXRConstants.Element PROPERTY
public static final JAXRConstants.Element JUDDI_SERVER
public static JAXRConstants.Element[] values()
for (JAXRConstants.Element c : JAXRConstants.Element.values()) System.out.println(c);
public static JAXRConstants.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 JAXRConstants.Element forName(String localName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.