public enum Element extends Enum<Element>
RemoteStore
Enum Constant and Description |
---|
ASYNC_TRANSPORT_EXECUTOR |
AUTH_DIGEST |
AUTH_EXTERNAL |
AUTH_PLAIN |
AUTHENTICATION |
CACHE |
CONNECTION_POOL |
ENCRYPTION |
KEYSTORE |
PROPERTIES |
REMOTE_STORE |
SECURITY |
SERVER |
SERVERS |
TRUSTSTORE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Element |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static Element |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element UNKNOWN
public static final Element ASYNC_TRANSPORT_EXECUTOR
public static final Element AUTHENTICATION
public static final Element AUTH_PLAIN
public static final Element AUTH_DIGEST
public static final Element AUTH_EXTERNAL
public static final Element CACHE
public static final Element CONNECTION_POOL
public static final Element ENCRYPTION
public static final Element KEYSTORE
public static final Element PROPERTIES
public static final Element REMOTE_STORE
public static final Element SECURITY
public static final Element SERVERS
public static final Element SERVER
public static final Element TRUSTSTORE
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static 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()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.