org.apache.qpid.qmf
Class QMFMethod.Argument
java.lang.Object
org.apache.qpid.qmf.QMFMethod.Argument
- Enclosing class:
- QMFMethod<T extends QMFObject>
public class QMFMethod.Argument
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QMFMethod.Argument
public QMFMethod.Argument(String name,
QMFType type)
setRefPackage
public void setRefPackage(String refPackage)
setRefClass
public void setRefClass(String refClass)
setUnit
public void setUnit(String unit)
setMax
public void setMax(Number max)
setMin
public void setMin(Number min)
setMaxLength
public void setMaxLength(int len)
setDefault
public void setDefault(Object dflt)
setDescription
public void setDescription(String desc)
setDirection
public void setDirection(QMFMethod.Direction direction)
encode
public void encode(org.apache.qpid.transport.codec.Encoder encoder)
getName
public String getName()
Licensed to the Apache Software Foundation