org.eclipse.higgins.cardstore.manager
Class Operation

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.manager.Operation

public class Operation
extends Object


Field Summary
static Operation LIST
           
static Operation[] SUPPORTED_OPERATIONS
           
static Operation USAGE
           
 
Method Summary
static Operation fromString(String operation)
           
 String[] getLiterals()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USAGE

public static final Operation USAGE

LIST

public static final Operation LIST

SUPPORTED_OPERATIONS

public static Operation[] SUPPORTED_OPERATIONS
Method Detail

fromString

public static Operation fromString(String operation)

getLiterals

public String[] getLiterals()