public enum AssertionStdParameterType extends java.lang.Enum<AssertionStdParameterType>
| Modifier and Type | Method and Description |
|---|---|
static AssertionStdParameterType |
fromValue(java.lang.String text) |
java.lang.String |
toString() |
static AssertionStdParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssertionStdParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertionStdParameterType STRING
public static final AssertionStdParameterType NUMBER
public static final AssertionStdParameterType LIST
public static final AssertionStdParameterType SET
public static final AssertionStdParameterType UNKNOWN
public static AssertionStdParameterType[] values()
for (AssertionStdParameterType c : AssertionStdParameterType.values()) System.out.println(c);
public static AssertionStdParameterType 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 java.lang.String toString()
toString in class java.lang.Enum<AssertionStdParameterType>public static AssertionStdParameterType fromValue(java.lang.String text)