com.esri.core.map
Enum EditInfo.DATE_DISPLAY_PATTERN
java.lang.Object
java.lang.Enum<EditInfo.DATE_DISPLAY_PATTERN>
com.esri.core.map.EditInfo.DATE_DISPLAY_PATTERN
- All Implemented Interfaces:
- Serializable, Comparable<EditInfo.DATE_DISPLAY_PATTERN>
- Enclosing class:
- EditInfo
public static enum EditInfo.DATE_DISPLAY_PATTERN
- extends Enum<EditInfo.DATE_DISPLAY_PATTERN>
The Enum DATE_DISPLAY_PATTERN.
- Since:
- 1.0
MINUTE
public static final EditInfo.DATE_DISPLAY_PATTERN MINUTE
MINUTES
public static final EditInfo.DATE_DISPLAY_PATTERN MINUTES
SECONDS
public static final EditInfo.DATE_DISPLAY_PATTERN SECONDS
HOUR
public static final EditInfo.DATE_DISPLAY_PATTERN HOUR
HOURS
public static final EditInfo.DATE_DISPLAY_PATTERN HOURS
WEEKDAY
public static final EditInfo.DATE_DISPLAY_PATTERN WEEKDAY
FULL
public static final EditInfo.DATE_DISPLAY_PATTERN FULL
values
public static EditInfo.DATE_DISPLAY_PATTERN[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EditInfo.DATE_DISPLAY_PATTERN c : EditInfo.DATE_DISPLAY_PATTERN.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EditInfo.DATE_DISPLAY_PATTERN valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.