protected static enum AbstractConstraintTest.Constraint extends Enum<AbstractConstraintTest.Constraint>
| Enum Constant and Description |
|---|
ASSERT_FALSE |
ASSERT_TRUE |
BEANSHELL |
DECIMAL_MAX |
DECIMAL_MIN |
DIGITS |
FUTURE |
HYBRIS_DECIMAL_MAX |
HYBRIS_DECIMAL_MIN |
MAX |
MIN |
NOT_NULL |
NULL |
PAST |
PATTERN |
SIZE |
XOR_NOT_NULL_REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConstraintTest.Constraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractConstraintTest.Constraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractConstraintTest.Constraint ASSERT_FALSE
public static final AbstractConstraintTest.Constraint ASSERT_TRUE
public static final AbstractConstraintTest.Constraint NOT_NULL
public static final AbstractConstraintTest.Constraint NULL
public static final AbstractConstraintTest.Constraint DECIMAL_MIN
public static final AbstractConstraintTest.Constraint DECIMAL_MAX
public static final AbstractConstraintTest.Constraint HYBRIS_DECIMAL_MIN
public static final AbstractConstraintTest.Constraint HYBRIS_DECIMAL_MAX
public static final AbstractConstraintTest.Constraint DIGITS
public static final AbstractConstraintTest.Constraint FUTURE
public static final AbstractConstraintTest.Constraint PAST
public static final AbstractConstraintTest.Constraint PATTERN
public static final AbstractConstraintTest.Constraint MAX
public static final AbstractConstraintTest.Constraint MIN
public static final AbstractConstraintTest.Constraint SIZE
public static final AbstractConstraintTest.Constraint BEANSHELL
public static final AbstractConstraintTest.Constraint XOR_NOT_NULL_REFERENCE
public final String msgKey
public static AbstractConstraintTest.Constraint[] values()
for (AbstractConstraintTest.Constraint c : AbstractConstraintTest.Constraint.values()) System.out.println(c);
public static AbstractConstraintTest.Constraint 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 © 2017 SAP SE. All Rights Reserved.