Uses of Class
org.apache.qpid.server.protocol.v0_8.AMQType
-
Packages that use AMQType Package Description org.apache.qpid.server.protocol.v0_8 -
-
Uses of AMQType in org.apache.qpid.server.protocol.v0_8
Fields in org.apache.qpid.server.protocol.v0_8 with type parameters of type AMQType Modifier and Type Field Description static Map<Byte,AMQType>AMQTypeMap. _reverseTypeMapMethods in org.apache.qpid.server.protocol.v0_8 that return AMQType Modifier and Type Method Description abstract AMQTypeAMQTypedValue. getType()static AMQTypeAMQTypeMap. getType(Byte identifier)static AMQTypeAMQType. 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.Methods in org.apache.qpid.server.protocol.v0_8 with parameters of type AMQType Modifier and Type Method Description static AMQTypedValueAMQTypedValue. createAMQTypedValue(AMQType type, Object value)
-