org.autopipes
Class FloorImp.CommandImp

java.lang.Object
  extended by org.autopipes.FloorImp.CommandImp
All Implemented Interfaces:
Floor.Command
Enclosing class:
FloorImp

public static class FloorImp.CommandImp
extends java.lang.Object
implements Floor.Command

Default implementation.


Constructor Summary
FloorImp.CommandImp(org.xml.sax.InputSource in)
          Stream constructor.
FloorImp.CommandImp(org.w3c.dom.Node in)
          DOM constructor.
 
Method Summary
 java.lang.Class getCommand()
          Retrieves Class identifier of this command.
 java.lang.String getDrawingName()
          Gets a drawing target of this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloorImp.CommandImp

public FloorImp.CommandImp(org.w3c.dom.Node in)
                    throws javax.xml.bind.JAXBException
DOM constructor.

Parameters:
in - command DOM XML
Throws:
javax.xml.bind.JAXBException

FloorImp.CommandImp

public FloorImp.CommandImp(org.xml.sax.InputSource in)
                    throws javax.xml.bind.JAXBException
Stream constructor.

Parameters:
in - command stream XML
Throws:
javax.xml.bind.JAXBException
Method Detail

getCommand

public java.lang.Class getCommand()
Retrieves Class identifier of this command.

Specified by:
getCommand in interface Floor.Command
Returns:
the Class

getDrawingName

public java.lang.String getDrawingName()
Gets a drawing target of this command.

Specified by:
getDrawingName in interface Floor.Command
Returns:
the drawing name