public static enum ICalendarElement.CUType extends java.lang.Enum<ICalendarElement.CUType>
| Enum Constant and Description | 
|---|
Group
A group of individual 
 | 
Individual
An individual 
 | 
Resource
A physical Resource 
 | 
Room
A room resource 
 | 
Unknown
Otherwise not known 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ICalendarElement.CUType | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ICalendarElement.CUType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ICalendarElement.CUType Individual
public static final ICalendarElement.CUType Group
public static final ICalendarElement.CUType Resource
public static final ICalendarElement.CUType Room
public static final ICalendarElement.CUType Unknown
public static ICalendarElement.CUType[] values()
for (ICalendarElement.CUType c : ICalendarElement.CUType.values()) System.out.println(c);
public static ICalendarElement.CUType 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.