Enum Constant and Description |
---|
ASYNCH |
ASYNCH_SHARED_POOLS |
POOL_SYNCH |
POOL_SYNCH_SCHEDULED |
THREADED |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Modifier and Type | Method and Description |
---|---|
static RConf |
fromString(java.lang.String text) |
java.lang.String |
toString() |
static RConf |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RConf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RConf THREADED
public static final RConf POOL_SYNCH
public static final RConf POOL_SYNCH_SCHEDULED
public static final RConf ASYNCH
public static final RConf ASYNCH_SHARED_POOLS
public static RConf[] values()
for (RConf c : RConf.values()) System.out.println(c);
public static RConf valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RConf>
public static RConf fromString(java.lang.String text)