public static enum ApplicationBean.PageRef extends java.lang.Enum<ApplicationBean.PageRef>
Enum Constant and Description |
---|
casesPage |
itemsPage |
paramsPage |
Modifier and Type | Method and Description |
---|---|
static ApplicationBean.PageRef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationBean.PageRef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationBean.PageRef casesPage
public static final ApplicationBean.PageRef itemsPage
public static final ApplicationBean.PageRef paramsPage
public static ApplicationBean.PageRef[] values()
for (ApplicationBean.PageRef c : ApplicationBean.PageRef.values()) System.out.println(c);
public static ApplicationBean.PageRef valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2004-2014 The YAWL Foundation.