org.eclipse.emf.mapping.command
Class PersistentCommandStack.CommandCreationRecord
java.lang.Object
org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
- Enclosing class:
- PersistentCommandStack
- public static class PersistentCommandStack.CommandCreationRecord
- extends Object
This records and encodes the command class and command parameter.
PersistentCommandStack.CommandCreationRecord
public PersistentCommandStack.CommandCreationRecord(Class commandClass,
CommandParameter commandParameter)
PersistentCommandStack.CommandCreationRecord
public PersistentCommandStack.CommandCreationRecord(String encoding)
getCommandParameter
public CommandParameter getCommandParameter()
getEncoding
public String getEncoding()
getCommandClass
public Class getCommandClass()
encode
public void encode(PersistentCommandStack.Encoder encoder)
decode
public void decode(PersistentCommandStack.Decoder decoder)
toString
public String toString()