apollo.editor
Class TransactionOperation

java.lang.Object
  extended by apollo.editor.TransactionOperation
All Implemented Interfaces:
java.io.Serializable

public class TransactionOperation
extends java.lang.Object
implements java.io.Serializable

Value class for transaction operations - not sure how serializing will work i think when it deserializes it will have the string but not the final static which could mess up things(like undo).

See Also:
Serialized Form

Field Summary
static TransactionOperation ADD
           
static TransactionOperation DELETE
           
static TransactionOperation ID
           
static TransactionOperation LIMITS
           
static TransactionOperation MERGE
           
static TransactionOperation NAME
           
static TransactionOperation SPLIT
           
static TransactionOperation UPDATE
          Update part of feature
 
Method Summary
static TransactionOperation stringToOperation(java.lang.String opString)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD

public static final TransactionOperation ADD

DELETE

public static final TransactionOperation DELETE

NAME

public static final TransactionOperation NAME

ID

public static final TransactionOperation ID

SPLIT

public static final TransactionOperation SPLIT

MERGE

public static final TransactionOperation MERGE

UPDATE

public static final TransactionOperation UPDATE
Update part of feature


LIMITS

public static final TransactionOperation LIMITS
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

stringToOperation

public static TransactionOperation stringToOperation(java.lang.String opString)