public static enum AbstractConstraintProcessor.ExpressionType extends java.lang.Enum<AbstractConstraintProcessor.ExpressionType>
| Enum Constant and Description |
|---|
ANNOTATION_DEFAULT |
ASSIGNMENT_CONSTRAINT |
CONSTRAINT |
CONSTRAINT_VALUE |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConstraintProcessor.ExpressionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractConstraintProcessor.ExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractConstraintProcessor.ExpressionType DEFAULT
public static final AbstractConstraintProcessor.ExpressionType ANNOTATION_DEFAULT
public static final AbstractConstraintProcessor.ExpressionType CONSTRAINT_VALUE
public static final AbstractConstraintProcessor.ExpressionType ASSIGNMENT_CONSTRAINT
public static final AbstractConstraintProcessor.ExpressionType CONSTRAINT
public static AbstractConstraintProcessor.ExpressionType[] values()
for (AbstractConstraintProcessor.ExpressionType c : AbstractConstraintProcessor.ExpressionType.values()) System.out.println(c);
public static AbstractConstraintProcessor.ExpressionType 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 © 2009 - 2018 SSE. All Rights Reserved.