org.deegree.tools.rendering.manager
Enum DataManager.Action

java.lang.Object
  extended by java.lang.Enum<DataManager.Action>
      extended by org.deegree.tools.rendering.manager.DataManager.Action
All Implemented Interfaces:
Serializable, Comparable<DataManager.Action>
Enclosing class:
DataManager

public static enum DataManager.Action
extends Enum<DataManager.Action>

The Action the datamanager may perform

Version:
$Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Enum Constant Summary
DELETE
          perform delete action.
IMPORT
          Perform import action
 
Method Summary
 String toString()
           
static DataManager.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataManager.Action[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IMPORT

public static final DataManager.Action IMPORT
Perform import action


DELETE

public static final DataManager.Action DELETE
perform delete action.

Method Detail

values

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

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

valueOf

public static DataManager.Action 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

toString

public String toString()
Overrides:
toString in class Enum<DataManager.Action>


Copyright © 2011. All Rights Reserved.