Uses of Class
org.apache.qpid.management.configuration.Tag

Packages that use Tag
org.apache.qpid.management.configuration   
 

Uses of Tag in org.apache.qpid.management.configuration
 

Methods in org.apache.qpid.management.configuration that return Tag
static Tag Tag.get(String name)
          Returns the enum entry associated to the given tag name.
static Tag Tag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tag[] Tag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Licensed to the Apache Software Foundation