Uses of Class
org.apache.qpid.framing.AMQType

Packages that use AMQType
org.apache.qpid.framing   
 

Uses of AMQType in org.apache.qpid.framing
 

Fields in org.apache.qpid.framing with type parameters of type AMQType
static Map<Byte,AMQType> AMQTypeMap._reverseTypeMap
           
 

Methods in org.apache.qpid.framing that return AMQType
 AMQType AMQTypedValue.getType()
           
static AMQType AMQTypeMap.getType(Byte identifier)
           
static AMQType AMQType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMQType[] AMQType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.qpid.framing with parameters of type AMQType
AMQTypedValue(AMQType type, Object value)
           
 



Licensed to the Apache Software Foundation