public static enum MapItem.TimeZoneStatus extends Enum<MapItem.TimeZoneStatus>
Enum Constant and Description |
---|
CONTAINS_CALENDAR_VALUES_WITH_TIMEZONE |
CONTAINS_CALENDAR_VALUES_WITHOUT_TIMEZONE |
CONTAINS_NO_CALENDAR_VALUES |
Modifier and Type | Method and Description |
---|---|
static MapItem.TimeZoneStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapItem.TimeZoneStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapItem.TimeZoneStatus CONTAINS_CALENDAR_VALUES_WITH_TIMEZONE
public static final MapItem.TimeZoneStatus CONTAINS_CALENDAR_VALUES_WITHOUT_TIMEZONE
public static final MapItem.TimeZoneStatus CONTAINS_NO_CALENDAR_VALUES
public static MapItem.TimeZoneStatus[] values()
for (MapItem.TimeZoneStatus c : MapItem.TimeZoneStatus.values()) System.out.println(c);
public static MapItem.TimeZoneStatus 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 (c) 2004-2014 Saxonica Limited. All rights reserved.