static enum TerracottaClusteredInstanceHelper.TerracottaRuntimeType extends java.lang.Enum<TerracottaClusteredInstanceHelper.TerracottaRuntimeType>
Enum Constant and Description |
---|
Custom
Enum representing Custom mode
|
EnterpriseCustom
Enum representing Enterprise Custom mode
|
EnterpriseExpress
Enum representing Enterprise Express mode
|
Express
Enum representing Express mode
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
factoryClassName |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getFactoryClassOrNull()
Returns the factory class for this mode or null if class is not present in classpath
|
static TerracottaClusteredInstanceHelper.TerracottaRuntimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerracottaClusteredInstanceHelper.TerracottaRuntimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerracottaClusteredInstanceHelper.TerracottaRuntimeType EnterpriseExpress
public static final TerracottaClusteredInstanceHelper.TerracottaRuntimeType Express
public static final TerracottaClusteredInstanceHelper.TerracottaRuntimeType EnterpriseCustom
public static final TerracottaClusteredInstanceHelper.TerracottaRuntimeType Custom
public static TerracottaClusteredInstanceHelper.TerracottaRuntimeType[] values()
for (TerracottaClusteredInstanceHelper.TerracottaRuntimeType c : TerracottaClusteredInstanceHelper.TerracottaRuntimeType.values()) System.out.println(c);
public static TerracottaClusteredInstanceHelper.TerracottaRuntimeType 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.Class getFactoryClassOrNull()