public static enum MetadataInterrogator.ConstraintIds extends Enum<MetadataInterrogator.ConstraintIds>
Enum Constant and Description |
---|
MULTI_LINE_TEXT |
RICH_TEXT |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static MetadataInterrogator.ConstraintIds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataInterrogator.ConstraintIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataInterrogator.ConstraintIds MULTI_LINE_TEXT
public static final MetadataInterrogator.ConstraintIds RICH_TEXT
public static MetadataInterrogator.ConstraintIds[] values()
for (MetadataInterrogator.ConstraintIds c : MetadataInterrogator.ConstraintIds.values()) System.out.println(c);
public static MetadataInterrogator.ConstraintIds 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 © 2004-2013 The Kuali Foundation. All Rights Reserved.