Uses of Class
org.apache.qpid.qmf.QMFType

Packages that use QMFType
org.apache.qpid.qmf   
 

Uses of QMFType in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return QMFType
static QMFType QMFType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QMFType[] QMFType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.qpid.qmf with parameters of type QMFType
QMFMethod.Argument(String name, QMFType type)
           
QMFProperty(String name, QMFType type, QMFProperty.AccessCode accessCode, boolean index, boolean optional)
           
QMFStatistic(String name, QMFType type, String unit, String description)
           
 



Licensed to the Apache Software Foundation