public enum StoreType extends Enum<StoreType>
| Modifier and Type | Field and Description |
|---|---|
String |
clazz |
String |
simpleName |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDbStore() |
boolean |
isNonManagedTxJobStore() |
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 RAM
public static final StoreType JDBC_TX
public static final StoreType JDBC_CMT
@Deprecated public static final StoreType DB
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 boolean isDbStore()
public boolean isNonManagedTxJobStore()
Copyright © 2020 JBoss by Red Hat. All rights reserved.