org.xerial.json
Class JSONNull

java.lang.Object
  extended by org.xerial.json.JSONValueBase
      extended by org.xerial.json.JSONNull
All Implemented Interfaces:
JSONValue

public class JSONNull
extends JSONValueBase


Constructor Summary
JSONNull()
           
 
Method Summary
 JSONNull getJSONNull()
           
 JSONValueType getValueType()
          Gets the JSON value type of this value
 String toString()
           
 
Methods inherited from class org.xerial.json.JSONValueBase
getJSONArray, getJSONBoolean, getJSONNumber, getJSONObject, getJSONString, join, toJSONString, translateAsJSONValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONNull

public JSONNull()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getJSONNull

public JSONNull getJSONNull()
Specified by:
getJSONNull in interface JSONValue
Overrides:
getJSONNull in class JSONValueBase
Returns:
JSONNull representation of this object if this instance is a JSONNull, otherwise null

getValueType

public JSONValueType getValueType()
Description copied from interface: JSONValue
Gets the JSON value type of this value

Returns:
the JSONValueType


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.