|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Attribute>
org.modeshape.jboss.subsystem.Attribute
public enum Attribute
Enumerates the XML attributes used in the ModeShape subsystem schema.
Method Summary | |
---|---|
static Attribute |
forName(String localName)
|
String |
getLocalName()
Get the local name of this element. |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Attribute[] |
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 Attribute UNKNOWN
public static final Attribute ACCESS_TYPE
public static final Attribute ALLOW_WORKSPACE_CREATION
public static final Attribute ANALYZER_CLASSNAME
public static final Attribute ANALYZER_MODULE
public static final Attribute ANONYMOUS_ROLES
public static final Attribute ANONYMOUS_USERNAME
public static final Attribute ASYNC_THREAD_POOL_SIZE
public static final Attribute ASYNC_MAX_QUEUE_SIZE
public static final Attribute BATCH_SIZE
public static final Attribute CACHE_CONTAINER
public static final Attribute CACHE_CONTAINER_JNDI_NAME
public static final Attribute CACHE_NAME
public static final Attribute CHANNEL_NAME
public static final Attribute CHUNK_SIZE
public static final Attribute CLASSNAME
public static final Attribute CLUSTER_NAME
public static final Attribute CLUSTER_STACK
public static final Attribute CONNECTION_FACTORY_JNDI_NAME
public static final Attribute COPY_BUFFER_SIZE
public static final Attribute DATA_CACHE_NAME
public static final Attribute DATA_SOURCE_JNDI_NAME
public static final Attribute DEFAULT_WORKSPACE
public static final Attribute ENABLE_MONITORING
public static final Attribute FORMAT
public static final Attribute JNDI_NAME
public static final Attribute LOCK_CACHE_NAME
public static final Attribute LOCKING_STRATEGY
public static final Attribute META_CACHE_NAME
public static final Attribute MIN_VALUE_SIZE
public static final Attribute MODE
public static final Attribute SYSTEM_CONTENT_MODE
public static final Attribute MODULE
public static final Attribute NAME
public static final Attribute PATH
public static final Attribute PATH_EXPRESSION
public static final Attribute QUEUE_JNDI_NAME
public static final Attribute READER_STRATEGY
public static final Attribute REBUILD_UPON_STARTUP
public static final Attribute REFRESH_PERIOD
public static final Attribute RELATIVE_TO
public static final Attribute RETRY_MARKER_LOOKUP
public static final Attribute RETRY_INIT_PERIOD
public static final Attribute SECURITY_DOMAIN
public static final Attribute SOURCE_PATH
public static final Attribute SOURCE_RELATIVE_TO
public static final Attribute THREAD_POOL
public static final Attribute USE_ANONYMOUS_IF_AUTH_FAILED
public static final Attribute WORKSPACE_NAMES
Method Detail |
---|
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute 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 Attribute forName(String localName)
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |