public static enum IcalDefs.IcalComponentType extends Enum<IcalDefs.IcalComponentType>
| Enum Constant and Description |
|---|
available
Not a top level - but we build a BwEvent out of it.
|
event |
freebusy |
journal |
mixed |
none |
todo |
vavailability |
vpoll |
| Modifier and Type | Method and Description |
|---|---|
static IcalDefs.IcalComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcalDefs.IcalComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcalDefs.IcalComponentType none
public static final IcalDefs.IcalComponentType event
public static final IcalDefs.IcalComponentType todo
public static final IcalDefs.IcalComponentType journal
public static final IcalDefs.IcalComponentType freebusy
public static final IcalDefs.IcalComponentType vavailability
public static final IcalDefs.IcalComponentType available
public static final IcalDefs.IcalComponentType vpoll
public static final IcalDefs.IcalComponentType mixed
public static IcalDefs.IcalComponentType[] values()
for (IcalDefs.IcalComponentType c : IcalDefs.IcalComponentType.values()) System.out.println(c);
public static IcalDefs.IcalComponentType 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 nullCopyright © 2016 Bedework. All rights reserved.