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