public static enum ApplicationBean.TabRef extends java.lang.Enum<ApplicationBean.TabRef>
Enum Constant and Description |
---|
allocated |
offered |
started |
suspended |
unoffered |
worklisted |
Modifier and Type | Method and Description |
---|---|
static ApplicationBean.TabRef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationBean.TabRef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationBean.TabRef offered
public static final ApplicationBean.TabRef allocated
public static final ApplicationBean.TabRef started
public static final ApplicationBean.TabRef suspended
public static final ApplicationBean.TabRef unoffered
public static final ApplicationBean.TabRef worklisted
public static ApplicationBean.TabRef[] values()
for (ApplicationBean.TabRef c : ApplicationBean.TabRef.values()) System.out.println(c);
public static ApplicationBean.TabRef 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.