org.apache.qpid.qmf
Class QMFMethod.Argument

java.lang.Object
  extended by org.apache.qpid.qmf.QMFMethod.Argument
Enclosing class:
QMFMethod<T extends QMFObject>

public class QMFMethod.Argument
extends Object


Constructor Summary
QMFMethod.Argument(String name, QMFType type)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.Encoder encoder)
           
 String getName()
           
 void setDefault(Object dflt)
           
 void setDescription(String desc)
           
 void setDirection(QMFMethod.Direction direction)
           
 void setMax(Number max)
           
 void setMaxLength(int len)
           
 void setMin(Number min)
           
 void setRefClass(String refClass)
           
 void setRefPackage(String refPackage)
           
 void setUnit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFMethod.Argument

public QMFMethod.Argument(String name,
                          QMFType type)
Method Detail

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