Uses of Class
org.msgpack.type.ValueType

Packages that use ValueType
org.msgpack.type   
 

Uses of ValueType in org.msgpack.type
 

Methods in org.msgpack.type that return ValueType
 ValueType Value.getType()
           
 ValueType NilValue.getType()
           
 ValueType IntegerValue.getType()
           
 ValueType FloatValue.getType()
           
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.