public static enum UifConstants.ViewType extends Enum<UifConstants.ViewType>
| Enum Constant and Description |
|---|
DEFAULT |
DOCUMENT |
INCIDENT |
INQUIRY |
LOOKUP |
MAINTENANCE |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.ViewType DEFAULT
public static final UifConstants.ViewType DOCUMENT
public static final UifConstants.ViewType INQUIRY
public static final UifConstants.ViewType LOOKUP
public static final UifConstants.ViewType MAINTENANCE
public static final UifConstants.ViewType INCIDENT
public static UifConstants.ViewType[] values()
for (UifConstants.ViewType c : UifConstants.ViewType.values()) System.out.println(c);
public static UifConstants.ViewType 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.