Uses of Class
org.apache.qpid.qmf.QMFProperty.AccessCode

Packages that use QMFProperty.AccessCode
org.apache.qpid.qmf   
 

Uses of QMFProperty.AccessCode in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return QMFProperty.AccessCode
static QMFProperty.AccessCode QMFProperty.AccessCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QMFProperty.AccessCode[] QMFProperty.AccessCode.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 QMFProperty.AccessCode
QMFProperty(String name, QMFType type, QMFProperty.AccessCode accessCode, boolean index, boolean optional)
           
 



Licensed to the Apache Software Foundation