public enum WhenAction extends Enum<WhenAction>
Enum Constant and Description |
---|
MARSHALL |
UNMARSHALL |
Modifier and Type | Method and Description |
---|---|
static WhenAction |
fromValue(String action) |
static WhenAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhenAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhenAction MARSHALL
public static final WhenAction UNMARSHALL
public static WhenAction[] values()
for (WhenAction c : WhenAction.values()) System.out.println(c);
public static WhenAction 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 nullpublic static WhenAction fromValue(String action)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.