com.esri.android.map
Enum PopupContainer.PopupEditButton

java.lang.Object
  extended by java.lang.Enum<PopupContainer.PopupEditButton>
      extended by com.esri.android.map.PopupContainer.PopupEditButton
All Implemented Interfaces:
Serializable, Comparable<PopupContainer.PopupEditButton>
Enclosing class:
PopupContainer

public static enum PopupContainer.PopupEditButton
extends Enum<PopupContainer.PopupEditButton>

Enumeration defining the edit buttons in the editing toolbar of a PopupContainer.


Enum Constant Summary
CANCEL
          The cancel edits button.
DELETE
          The delete feature button.
GEOMETRY
          The geometry edit button.
SAVE
          The save feature button.
 
Method Summary
static PopupContainer.PopupEditButton valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PopupContainer.PopupEditButton[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SAVE

public static final PopupContainer.PopupEditButton SAVE
The save feature button.


DELETE

public static final PopupContainer.PopupEditButton DELETE
The delete feature button.


GEOMETRY

public static final PopupContainer.PopupEditButton GEOMETRY
The geometry edit button.


CANCEL

public static final PopupContainer.PopupEditButton CANCEL
The cancel edits button.

Method Detail

values

public static PopupContainer.PopupEditButton[] 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 (PopupContainer.PopupEditButton c : PopupContainer.PopupEditButton.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PopupContainer.PopupEditButton 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.