Uses of Class
org.apache.qpid.qmf.QMFClass.Type

Packages that use QMFClass.Type
org.apache.qpid.qmf   
 

Uses of QMFClass.Type in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return QMFClass.Type
 QMFClass.Type QMFClass.getType()
           
static QMFClass.Type QMFClass.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QMFClass.Type[] QMFClass.Type.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 QMFClass.Type
QMFClass(QMFClass.Type type, String name, byte[] schemaHash)
           
QMFClass(QMFClass.Type type, String name, byte[] schemaHash, List<QMFProperty> properties, List<QMFStatistic> statistics, List<QMFMethod> methods)
           
 



Licensed to the Apache Software Foundation