org.openjena.atlas.json
Class JsonPrimitive

java.lang.Object
  extended by org.openjena.atlas.json.JsonValue
      extended by org.openjena.atlas.json.JsonPrimitive
All Implemented Interfaces:
Printable
Direct Known Subclasses:
JsonBoolean, JsonNull, JsonNumber, JsonString

public abstract class JsonPrimitive
extends JsonValue


Constructor Summary
JsonPrimitive()
           
 
Method Summary
 
Methods inherited from class org.openjena.atlas.json.JsonValue
equals, getAsArray, getAsBoolean, getAsNumber, getAsObject, getAsString, hashCode, isArray, isBoolean, isNull, isNumber, isObject, isPrimitive, isString, output, toString, visit
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonPrimitive

public JsonPrimitive()


Licenced under the Apache License, Version 2.0