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