public static enum ConstraintMetaData.ConstraintMetaDataKind extends Enum<ConstraintMetaData.ConstraintMetaDataKind>
ConstraintMetaData
. Can be used to determine the type of
meta data when traversing over a collection of constraint meta data objects.Modifier and Type | Method and Description |
---|---|
static ConstraintMetaData.ConstraintMetaDataKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintMetaData.ConstraintMetaDataKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintMetaData.ConstraintMetaDataKind METHOD
public static final ConstraintMetaData.ConstraintMetaDataKind PROPERTY
public static final ConstraintMetaData.ConstraintMetaDataKind PARAMETER
public static ConstraintMetaData.ConstraintMetaDataKind[] values()
for (ConstraintMetaData.ConstraintMetaDataKind c : ConstraintMetaData.ConstraintMetaDataKind.values()) System.out.println(c);
public static ConstraintMetaData.ConstraintMetaDataKind 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 © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved