public enum XMLElement extends Enum<XMLElement>
XML elements used in the schema. This elements are not related with the subsystem's model. Usually they are used to group model elements.
Enum Constant and Description |
---|
HANDLERS |
IDENTITY_STORE_CREDENTIAL_HANDLERS |
KEYS |
LDAP_MAPPINGS |
RELATIONSHIPS |
SERVICE_PROVIDERS |
TRUST |
Modifier and Type | Method and Description |
---|---|
static XMLElement |
forName(String name) |
String |
getName() |
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 RELATIONSHIPS
public static final XMLElement LDAP_MAPPINGS
public static final XMLElement IDENTITY_STORE_CREDENTIAL_HANDLERS
public static final XMLElement TRUST
public static final XMLElement KEYS
public static final XMLElement SERVICE_PROVIDERS
public static final XMLElement HANDLERS
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 static XMLElement forName(String name)
public String getName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.