org.apache.qpid.console
Class SchemaArgument
java.lang.Object
org.apache.qpid.console.SchemaVariable
org.apache.qpid.console.SchemaArgument
public class SchemaArgument
- extends SchemaVariable
Constructor Summary |
SchemaArgument(org.apache.qpid.transport.codec.Decoder dec,
boolean methodArg)
|
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 |
SchemaArgument
public SchemaArgument(org.apache.qpid.transport.codec.Decoder dec,
boolean methodArg)
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