public static enum EnterHandlerDelegate.Result extends java.lang.Enum<EnterHandlerDelegate.Result>
Enum Constant and Description |
---|
Continue |
Default |
DefaultForceIndent |
DefaultSkipIndent |
Stop |
Modifier and Type | Method and Description |
---|---|
static EnterHandlerDelegate.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnterHandlerDelegate.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterHandlerDelegate.Result Default
public static final EnterHandlerDelegate.Result Continue
public static final EnterHandlerDelegate.Result DefaultForceIndent
public static final EnterHandlerDelegate.Result DefaultSkipIndent
public static final EnterHandlerDelegate.Result Stop
public static EnterHandlerDelegate.Result[] values()
for (EnterHandlerDelegate.Result c : EnterHandlerDelegate.Result.values()) System.out.println(c);
public static EnterHandlerDelegate.Result 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 null