ninja.activeproxy.path.description
Class InputDescription

java.lang.Object
  |
  +--ninja.activeproxy.path.description.ElementDescription
        |
        +--ninja.activeproxy.path.description.IODescription
              |
              +--ninja.activeproxy.path.description.InputDescription

public class InputDescription
extends IODescription

Description of an input.

See Also:
Serialized Form

Fields inherited from class ninja.activeproxy.path.description.ElementDescription
attributes, children, type
 
Constructor Summary
InputDescription()
          Constructs an InputDescription.
 
Methods inherited from class ninja.activeproxy.path.description.IODescription
getDataType, getProtocol
 
Methods inherited from class ninja.activeproxy.path.description.ElementDescription
addChild, addChildren, getAllAttributes, getAttr, getChildren, getChildrenByType, getType, removeChild, removeChildrenByType, setAttr
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InputDescription

public InputDescription()
Constructs an InputDescription.