|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConstrainedElement.ConstrainedElementKind>
org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
public static enum ConstrainedElement.ConstrainedElementKind
The kind of a ConstrainedElement. Can be used to determine an
element's type when traversing over a collection of constrained elements.
| Enum Constant Summary | |
|---|---|
FIELD
|
|
METHOD
|
|
PARAMETER
|
|
TYPE
|
|
| Method Summary | |
|---|---|
static ConstrainedElement.ConstrainedElementKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstrainedElement.ConstrainedElementKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConstrainedElement.ConstrainedElementKind TYPE
public static final ConstrainedElement.ConstrainedElementKind FIELD
public static final ConstrainedElement.ConstrainedElementKind METHOD
public static final ConstrainedElement.ConstrainedElementKind PARAMETER
| Method Detail |
|---|
public static ConstrainedElement.ConstrainedElementKind[] values()
for (ConstrainedElement.ConstrainedElementKind c : ConstrainedElement.ConstrainedElementKind.values()) System.out.println(c);
public static ConstrainedElement.ConstrainedElementKind valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||