@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:58.565Z") public enum DefaultResult extends java.lang.Enum<DefaultResult>
Modifier and Type | Method and Description |
---|---|
static DefaultResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultResult CONTINUE
public static final DefaultResult ABANDON
public static DefaultResult[] values()
for (DefaultResult c : DefaultResult.values()) System.out.println(c);
public static DefaultResult 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