protected static enum AbstractConstraintTest.Constraint extends java.lang.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 | Field and Description |
|---|---|
java.lang.String |
msgKey |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConstraintTest.Constraint |
valueOf(java.lang.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 static AbstractConstraintTest.Constraint[] values()
for (AbstractConstraintTest.Constraint c : AbstractConstraintTest.Constraint.values()) System.out.println(c);
public static AbstractConstraintTest.Constraint valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.