Uses of Class
org.apache.qpid.management.domain.model.QpidFeatureBuilder.Attribute

Packages that use QpidFeatureBuilder.Attribute
org.apache.qpid.management.domain.model   
 

Uses of QpidFeatureBuilder.Attribute in org.apache.qpid.management.domain.model
 

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

Constructor parameters in org.apache.qpid.management.domain.model with type arguments of type QpidFeatureBuilder.Attribute
MissingFeatureAttributesException(List<QpidFeatureBuilder.Attribute> missingAttributeList)
           
 



Licensed to the Apache Software Foundation