apollo.editor
Class TransactionOperation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
stringToOperation
public static TransactionOperation stringToOperation(java.lang.String opString)