javax.json
Interface JsonString

All Superinterfaces:
JsonValue

public interface JsonString
extends JsonValue

JsonString represents a JSON string value

Author:
Jitendra Kotamraju

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.json.JsonValue
JsonValue.JsonValueType
 
Field Summary
 
Fields inherited from interface javax.json.JsonValue
FALSE, NULL, TRUE
 
Method Summary
 String getValue()
          Returns the JSON string value
 
Methods inherited from interface javax.json.JsonValue
getValueType
 

Method Detail

getValue

String getValue()
Returns the JSON string value

Returns:
a JSON string value



Copyright © 2012 Oracle and/or its affiliates. All rights reserved.