com.esri.core.map
Enum EditInfo.DATE_DISPLAY_PATTERN

java.lang.Object
  extended by java.lang.Enum<EditInfo.DATE_DISPLAY_PATTERN>
      extended by 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

Enum Constant Summary
FULL
           
HOUR
           
HOURS
           
MINUTE
           
MINUTES
           
SECONDS
           
WEEKDAY
           
 
Method Summary
static EditInfo.DATE_DISPLAY_PATTERN valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditInfo.DATE_DISPLAY_PATTERN[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.