@Beta public enum UifAutoCreateViewType extends Enum<UifAutoCreateViewType>
| Enum Constant and Description |
|---|
ALL
Convenience value which tells the system to generate all of the other items.
|
INQUIRY
Generate a bean which provides an InquiryView
|
LOOKUP
Generate a bean which provides a LookupView
|
MAINT_DOC
Generate beans which provides a maintenance document and related MaintenanceView
|
| Modifier and Type | Method and Description |
|---|---|
static UifAutoCreateViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifAutoCreateViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifAutoCreateViewType ALL
public static final UifAutoCreateViewType INQUIRY
public static final UifAutoCreateViewType LOOKUP
public static final UifAutoCreateViewType MAINT_DOC
public static UifAutoCreateViewType[] values()
for (UifAutoCreateViewType c : UifAutoCreateViewType.values()) System.out.println(c);
public static UifAutoCreateViewType 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.