public enum ResolveHoldForwardAction extends java.lang.Enum<ResolveHoldForwardAction>
| Modifier and Type | Method and Description |
|---|---|
RouterOuterClass.ResolveHoldForwardAction |
getApiObject() |
static ResolveHoldForwardAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResolveHoldForwardAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ResolveHoldForwardAction |
wrap(RouterOuterClass.ResolveHoldForwardAction apiObject) |
public static final ResolveHoldForwardAction SETTLE
public static final ResolveHoldForwardAction FAIL
public static final ResolveHoldForwardAction RESUME
public static ResolveHoldForwardAction[] values()
for (ResolveHoldForwardAction c : ResolveHoldForwardAction.values()) System.out.println(c);
public static ResolveHoldForwardAction 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 RouterOuterClass.ResolveHoldForwardAction getApiObject()
public static ResolveHoldForwardAction wrap(RouterOuterClass.ResolveHoldForwardAction apiObject)