org.xerial.wiki
Class WikiString

java.lang.Object
  extended by org.xerial.wiki.WikiString
All Implemented Interfaces:
WikiValue

public class WikiString
extends Object
implements WikiValue

String argument

Author:
leo

Constructor Summary
WikiString(String value)
           
 
Method Summary
 String getValue()
           
 WikiArray isArray()
           
 WikiHash isHash()
           
 String isString()
           
 JSONObject toJSON(String parameterName)
           
 JSONValue toJSONValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiString

public WikiString(String value)
Method Detail

getValue

public String getValue()

isArray

public WikiArray isArray()
Specified by:
isArray in interface WikiValue

isHash

public WikiHash isHash()
Specified by:
isHash in interface WikiValue

isString

public String isString()
Specified by:
isString in interface WikiValue

toJSON

public JSONObject toJSON(String parameterName)
Specified by:
toJSON in interface WikiValue

toJSONValue

public JSONValue toJSONValue()
Specified by:
toJSONValue in interface WikiValue

toString

public String toString()
Overrides:
toString in class Object


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