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