de.hpi.fgis.dude.util.data.json
Interface JsonAtomic

All Superinterfaces:
AutoJsonable, Comparable<JsonValue>, Jsonable, JsonValue
All Known Implementing Classes:
JsonBoolean, JsonNull, JsonNumber, JsonString

public interface JsonAtomic
extends JsonValue

JsonAtomic represents all atomic Json types.

Author:
Matthias Pohl

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.hpi.fgis.dude.util.data.json.JsonValue
JsonValue.JsonType
 
Method Summary
 String getStringValue()
          Returns the actual value converted into a String.
 
Methods inherited from interface de.hpi.fgis.dude.util.data.json.JsonValue
compareTo, getType, size
 
Methods inherited from interface de.hpi.fgis.dude.util.data.Jsonable
fromJson, toJson
 

Method Detail

getStringValue

String getStringValue()
Returns the actual value converted into a String. This method should be preferred in contrast to #toString().

Returns:
The actual value converted into a String.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.