public static enum UifConstants.MessageType extends Enum<UifConstants.MessageType>
| Enum Constant and Description |
|---|
CONSTRAINT |
CUTLINE |
HELP_DESCRIPTION |
HELP_SUMMARY |
INSTRUCTIONAL |
NORMAL |
REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.MessageType NORMAL
public static final UifConstants.MessageType CUTLINE
public static final UifConstants.MessageType INSTRUCTIONAL
public static final UifConstants.MessageType CONSTRAINT
public static final UifConstants.MessageType REQUIRED
public static final UifConstants.MessageType HELP_SUMMARY
public static final UifConstants.MessageType HELP_DESCRIPTION
public static UifConstants.MessageType[] values()
for (UifConstants.MessageType c : UifConstants.MessageType.values()) System.out.println(c);
public static UifConstants.MessageType 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 © 2005–2016 The Kuali Foundation. All rights reserved.