public static enum RuleTO.SIMILARITY_MATCH_TYPE extends Enum<RuleTO.SIMILARITY_MATCH_TYPE>
| Enum Constant and Description |
|---|
IBAN |
PURPOSE |
REFERENCE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static RuleTO.SIMILARITY_MATCH_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleTO.SIMILARITY_MATCH_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleTO.SIMILARITY_MATCH_TYPE IBAN
public static final RuleTO.SIMILARITY_MATCH_TYPE REFERENCE_NAME
public static final RuleTO.SIMILARITY_MATCH_TYPE PURPOSE
public static RuleTO.SIMILARITY_MATCH_TYPE[] values()
for (RuleTO.SIMILARITY_MATCH_TYPE c : RuleTO.SIMILARITY_MATCH_TYPE.values()) System.out.println(c);
public static RuleTO.SIMILARITY_MATCH_TYPE 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 © 2020. All rights reserved.