public static enum ResourceCalendar.Status extends java.lang.Enum<ResourceCalendar.Status>
Enum Constant and Description |
---|
available |
busy |
hardBlocked |
nil |
requested |
reserved |
softBlocked |
unavailable |
unknown |
Modifier and Type | Method and Description |
---|---|
static ResourceCalendar.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceCalendar.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceCalendar.Status nil
public static final ResourceCalendar.Status unknown
public static final ResourceCalendar.Status available
public static final ResourceCalendar.Status unavailable
public static final ResourceCalendar.Status requested
public static final ResourceCalendar.Status reserved
public static final ResourceCalendar.Status busy
public static final ResourceCalendar.Status hardBlocked
public static final ResourceCalendar.Status softBlocked
public static ResourceCalendar.Status[] values()
for (ResourceCalendar.Status c : ResourceCalendar.Status.values()) System.out.println(c);
public static ResourceCalendar.Status 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.