public static enum SysIntf.IcalResultType extends Enum<SysIntf.IcalResultType>
| Enum Constant and Description |
|---|
OneComponent
Expect one (non-timezone) component only
|
TimeZone
Expect one timezone only
|
| Modifier and Type | Method and Description |
|---|---|
static SysIntf.IcalResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysIntf.IcalResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SysIntf.IcalResultType OneComponent
public static final SysIntf.IcalResultType TimeZone
public static SysIntf.IcalResultType[] values()
for (SysIntf.IcalResultType c : SysIntf.IcalResultType.values()) System.out.println(c);
public static SysIntf.IcalResultType 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 © 2018 Bedework. All rights reserved.