Uses of Class
cc.plural.jsonij.Value.TYPE

Packages that use Value.TYPE
cc.plural.jsonij   
 

Uses of Value.TYPE in cc.plural.jsonij
 

Fields in cc.plural.jsonij declared as Value.TYPE
protected  Value.TYPE Value.valueType
          Current Value Type
 

Methods in cc.plural.jsonij that return Value.TYPE
 Value.TYPE Value.getValueType()
          Accessor for the Value TYPE.
protected abstract  Value.TYPE Value.internalType()
          Internal Method to find the internalType for the Object.
protected  Value.TYPE StringImp.internalType()
           
protected  Value.TYPE ObjectImp.internalType()
           
protected  Value.TYPE NumericImp.internalType()
           
protected  Value.TYPE JSON.True.internalType()
           
protected  Value.TYPE JSON.False.internalType()
           
protected  Value.TYPE JSON.Null.internalType()
           
protected  Value.TYPE ArrayImp.internalType()
           
 Value.TYPE Value.type()
          Accessor for the Value TYPE.
static Value.TYPE Value.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Value.TYPE[] Value.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2012. All Rights Reserved.