public static enum YamlContract.TestMatcherType extends Enum<YamlContract.TestMatcherType>
Enum Constant and Description |
---|
by_command |
by_date |
by_equality |
by_null |
by_regex |
by_time |
by_timestamp |
by_type |
Modifier and Type | Method and Description |
---|---|
static YamlContract.TestMatcherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlContract.TestMatcherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YamlContract.TestMatcherType by_date
public static final YamlContract.TestMatcherType by_time
public static final YamlContract.TestMatcherType by_timestamp
public static final YamlContract.TestMatcherType by_regex
public static final YamlContract.TestMatcherType by_equality
public static final YamlContract.TestMatcherType by_type
public static final YamlContract.TestMatcherType by_command
public static final YamlContract.TestMatcherType by_null
public static YamlContract.TestMatcherType[] values()
for (YamlContract.TestMatcherType c : YamlContract.TestMatcherType.values()) System.out.println(c);
public static YamlContract.TestMatcherType 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 © 2016–2022 Spring. All rights reserved.