public static enum VFreebusy.Type extends java.lang.Enum<VFreebusy.Type>
Enum Constant and Description |
---|
BUSY |
BUSYTENTATIVE |
BUSYUNAVAILABLE |
FREE |
Modifier and Type | Method and Description |
---|---|
static VFreebusy.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VFreebusy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VFreebusy.Type FREE
public static final VFreebusy.Type BUSY
public static final VFreebusy.Type BUSYUNAVAILABLE
public static final VFreebusy.Type BUSYTENTATIVE
public static VFreebusy.Type[] values()
for (VFreebusy.Type c : VFreebusy.Type.values()) System.out.println(c);
public static VFreebusy.Type 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 © 2021. All Rights Reserved.