public enum XMLAttribute extends Enum<XMLAttribute>
Enum Constant and Description |
---|
CACHE |
CACHE_CONTAINER |
DEFAULT |
NAME |
POSITION |
QUORUM |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
String |
require(org.jboss.staxmapper.XMLExtendedStreamReader reader) |
static XMLAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLAttribute CACHE
public static final XMLAttribute CACHE_CONTAINER
public static final XMLAttribute DEFAULT
public static final XMLAttribute NAME
public static final XMLAttribute POSITION
public static final XMLAttribute QUORUM
public static XMLAttribute[] values()
for (XMLAttribute c : XMLAttribute.values()) System.out.println(c);
public static XMLAttribute 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 String require(org.jboss.staxmapper.XMLExtendedStreamReader reader) throws XMLStreamException
XMLStreamException
Copyright © 2016 JBoss by Red Hat. All rights reserved.