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