public enum XMLElement extends Enum<XMLElement>
Enum Constant and Description |
---|
NAME_PREFERENCES |
RANDOM_ELECTION_POLICY |
SIMPLE_ELECTION_POLICY |
SINGLETON_POLICIES |
SINGLETON_POLICY |
SOCKET_BINDING_PREFERENCES |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
static XMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLElement SINGLETON_POLICIES
public static final XMLElement SINGLETON_POLICY
public static final XMLElement NAME_PREFERENCES
public static final XMLElement RANDOM_ELECTION_POLICY
public static final XMLElement SIMPLE_ELECTION_POLICY
public static final XMLElement SOCKET_BINDING_PREFERENCES
public static XMLElement[] values()
for (XMLElement c : XMLElement.values()) System.out.println(c);
public static XMLElement 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()
Copyright © 2018 JBoss by Red Hat. All rights reserved.