public class FreeBusyType extends EnumParameterValue
Modifier and Type | Field and Description |
---|---|
static FreeBusyType |
BUSY |
static FreeBusyType |
BUSY_TENTATIVE |
static FreeBusyType |
BUSY_UNAVAILABLE |
static FreeBusyType |
FREE |
value
Modifier and Type | Method and Description |
---|---|
static Collection<FreeBusyType> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static FreeBusyType |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static FreeBusyType |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final FreeBusyType FREE
public static final FreeBusyType BUSY
public static final FreeBusyType BUSY_UNAVAILABLE
public static final FreeBusyType BUSY_TENTATIVE
public static FreeBusyType find(String value)
value
- the parameter valuepublic static FreeBusyType get(String value)
==
equality.value
- the parameter valuepublic static Collection<FreeBusyType> all()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.