org.eclipse.emf.mapping.command
Class PersistentCommandStack.CommandCreationRecord

java.lang.Object
  extended byorg.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.


Constructor Summary
PersistentCommandStack.CommandCreationRecord(Class commandClass, CommandParameter commandParameter)
           
PersistentCommandStack.CommandCreationRecord(String encoding)
           
 
Method Summary
 void decode(PersistentCommandStack.Decoder decoder)
           
 void encode(PersistentCommandStack.Encoder encoder)
           
 Class getCommandClass()
           
 CommandParameter getCommandParameter()
           
 String getEncoding()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentCommandStack.CommandCreationRecord

public PersistentCommandStack.CommandCreationRecord(Class commandClass,
                                                    CommandParameter commandParameter)

PersistentCommandStack.CommandCreationRecord

public PersistentCommandStack.CommandCreationRecord(String encoding)
Method Detail

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()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.