|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Element>
org.modeshape.jboss.subsystem.Element
public enum Element
Enumerates the XML elements used in the ModeShape subsystem schema.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Element UNKNOWN
public static final Element AUTHENTICATORS
public static final Element AUTHENTICATOR
public static final Element CACHE_BINARY_STORAGE
public static final Element CACHE_INDEX_STORAGE
public static final Element CUSTOM_BINARY_STORAGE
public static final Element CUSTOM_INDEX_STORAGE
public static final Element DB_BINARY_STORAGE
public static final Element FILE_BINARY_STORAGE
public static final Element INDEXING
public static final Element LOCAL_FILE_INDEX_STORAGE
public static final Element MASTER_FILE_INDEX_STORAGE
public static final Element PATH_EXPRESSION
public static final Element PROPERTY
public static final Element RAM_INDEX_STORAGE
public static final Element REPOSITORY
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 SLAVE_FILE_INDEX_STORAGE
public static final Element WORKSPACE
public static final Element WORKSPACES
public static final Element INITIAL_CONTENT
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String getLocalName()
public static Element forName(String localName)
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||