public enum StoreType extends Enum<StoreType>
| Enum Constant and Description |
|---|
BINARY_KEYED_JDBC |
CUSTOM |
FILE |
MIXED_KEYED_JDBC |
REMOTE |
STRING_KEYED_JDBC |
| Modifier and Type | Method and Description |
|---|---|
StoreAddHandler |
getAddHandler() |
org.jboss.as.controller.AbstractRemoveStepHandler |
getRemoveHandler() |
org.jboss.as.controller.descriptions.ResourceDescriptionResolver |
getResourceDescriptionResolver() |
org.jboss.as.controller.PathElement |
pathElement() |
static StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreType FILE
public static final StoreType REMOTE
public static final StoreType STRING_KEYED_JDBC
public static final StoreType BINARY_KEYED_JDBC
public static final StoreType MIXED_KEYED_JDBC
public static final StoreType CUSTOM
public static StoreType[] values()
for (StoreType c : StoreType.values()) System.out.println(c);
public static StoreType 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 org.jboss.as.controller.descriptions.ResourceDescriptionResolver getResourceDescriptionResolver()
public org.jboss.as.controller.PathElement pathElement()
public StoreAddHandler getAddHandler()
public org.jboss.as.controller.AbstractRemoveStepHandler getRemoveHandler()
Copyright © 2015 JBoss by Red Hat. All rights reserved.