Uses of Class
org.apache.qpid.proton.codec.Data.DataType

Packages that use Data.DataType
org.apache.qpid.proton.codec   
 

Uses of Data.DataType in org.apache.qpid.proton.codec
 

Methods in org.apache.qpid.proton.codec that return Data.DataType
 Data.DataType Data.getArrayType()
           
 Data.DataType Data.next()
           
 Data.DataType Data.prev()
           
 Data.DataType Data.type()
           
static Data.DataType Data.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Data.DataType[] Data.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.proton.codec with parameters of type Data.DataType
 void Data.putArray(boolean described, Data.DataType type)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.