org.apache.qpid.console
Class SchemaArgument

java.lang.Object
  extended by org.apache.qpid.console.SchemaVariable
      extended by org.apache.qpid.console.SchemaArgument

public class SchemaArgument
extends SchemaVariable


Constructor Summary
SchemaArgument(org.apache.qpid.transport.codec.Decoder dec, boolean methodArg)
           
 
Method Summary
 String getDirection()
           
 boolean isBidirectional()
           
 boolean isInput()
           
 boolean isOutput()
           
 void setDirection(String value)
           
 
Methods inherited from class org.apache.qpid.console.SchemaVariable
getDefault, getDescription, getMax, getMaxLength, getMin, getName, getRefClass, getRefPackage, getType, getUnit, populateData, setDefault, setDescription, setMax, setMaxLength, setMin, setName, setRefClass, setRefPackage, setType, setUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaArgument

public SchemaArgument(org.apache.qpid.transport.codec.Decoder dec,
                      boolean methodArg)
Method Detail

getDirection

public String getDirection()

isBidirectional

public boolean isBidirectional()

isInput

public boolean isInput()

isOutput

public boolean isOutput()

setDirection

public void setDirection(String value)


Licensed to the Apache Software Foundation