Package net.bluemind.icalendar.api
Enum Class ICalendarElement.CUType
- All Implemented Interfaces:
Serializable
,Comparable<ICalendarElement.CUType>
,Constable
- Enclosing class:
ICalendarElement
4.2.3 Calendar User Type
To specify the type of calendar user
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionA group of individualAn individualA physical ResourceA room resourceOtherwise not known -
Method Summary
Modifier and TypeMethodDescriptionstatic ICalendarElement.CUType
static ICalendarElement.CUType
Returns the enum constant of this class with the specified name.static ICalendarElement.CUType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Individual
An individual -
Group
A group of individual -
Resource
A physical Resource -
Room
A room resource -
Unknown
Otherwise not known
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
byName
-