@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.174Z") @Stability(value=Experimental) public enum DefaultResult extends Enum<DefaultResult>
| Modifier and Type | Method and Description |
|---|---|
static DefaultResult |
valueOf(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.
|
@Stability(value=Experimental) public static final DefaultResult ABANDON
@Stability(value=Experimental) public static final DefaultResult CONTINUE
public static DefaultResult[] values()
for (DefaultResult c : DefaultResult.values()) System.out.println(c);
public static DefaultResult valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.