public static enum OperationFactoryDefault.Handler extends java.lang.Enum<OperationFactoryDefault.Handler>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private OperationFactoryDefault |
h |
| Modifier and Type | Method and Description |
|---|---|
OperationFactory |
getHandler() |
static OperationFactoryDefault.Handler |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationFactoryDefault.Handler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationFactoryDefault.Handler INSTANCE
private final OperationFactoryDefault h
public static OperationFactoryDefault.Handler[] values()
for (OperationFactoryDefault.Handler c : OperationFactoryDefault.Handler.values()) System.out.println(c);
public static OperationFactoryDefault.Handler 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 OperationFactory getHandler()