public enum LegacyFreeBusyType extends Enum<LegacyFreeBusyType>
Java class for LegacyFreeBusyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LegacyFreeBusyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Free"/>
<enumeration value="Tentative"/>
<enumeration value="Busy"/>
<enumeration value="OOF"/>
<enumeration value="NoData"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static LegacyFreeBusyType |
fromValue(String v) |
String |
value() |
static LegacyFreeBusyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegacyFreeBusyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyFreeBusyType FREE
public static final LegacyFreeBusyType TENTATIVE
public static final LegacyFreeBusyType BUSY
public static final LegacyFreeBusyType OOF
public static final LegacyFreeBusyType NO_DATA
public static LegacyFreeBusyType[] values()
for (LegacyFreeBusyType c : LegacyFreeBusyType.values()) System.out.println(c);
public static LegacyFreeBusyType 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 nullpublic String value()
public static LegacyFreeBusyType fromValue(String v)
Copyright © 2015 Jasig. All Rights Reserved.