public enum VerificationCriterion extends Enum<VerificationCriterion>
| Enum Constant and Description |
|---|
ANY |
SHOULD_BE_VERIFIED |
SHOULD_NOT_BE_VERIFIED |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static VerificationCriterion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationCriterion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerificationCriterion ANY
public static final VerificationCriterion SHOULD_BE_VERIFIED
public static final VerificationCriterion SHOULD_NOT_BE_VERIFIED
public static VerificationCriterion[] values()
for (VerificationCriterion c : VerificationCriterion.values()) System.out.println(c);
public static VerificationCriterion 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 nullpublic String getI18nKey()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.