public enum Element extends Enum<Element>
Modifier and Type | Method and Description |
---|---|
static Element |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
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 AUTHENTICATORS
public static final Element AUTHENTICATOR
public static final Element COMPOSITE_BINARY_STORAGE
public static final Element CUSTOM_BINARY_STORAGE
public static final Element DB_BINARY_STORAGE
public static final Element CASSANDRA_BINARY_STORAGE
public static final Element MONGO_BINARY_STORAGE
public static final Element FILE_BINARY_STORAGE
public static final Element TRANSIENT_BINARY_STORAGE
public static final Element INDEX_PROVIDER
public static final Element INDEX_PROVIDERS
public static final Element INDEX
public static final Element INDEXES
public static final Element NAMED_BINARY_STORE
public static final Element PATH_EXPRESSION
public static final Element PROPERTY
public static final Element REPOSITORY
public static final Element WEBAPP
public static final Element SEQUENCER
public static final Element SEQUENCERS
public static final Element TEXT_EXTRACTORS
public static final Element TEXT_EXTRACTOR
public static final Element WORKSPACE
public static final Element WORKSPACES
public static final Element JOURNALING
public static final Element DB_PERSISTENCE
public static final Element FILE_PERSISTENCE
public static final Element PERSISTENCE_TYPE
public static final Element INITIAL_CONTENT
public static final Element NODE_TYPES
public static final Element NODE_TYPE
public static final Element EXTERNAL_SOURCES
public static final Element SOURCE
public static final Element PROJECTION
public static final Element REINDEXIG
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 © 2008–2016 JBoss, a division of Red Hat. All rights reserved.