public static class JSONUtility.JSONText extends Object implements JSONUtility.JSONValue
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<String> |
s_selections |
protected String |
v_text |
| Constructor and Description |
|---|
JSONText() |
JSONText(Set<String> s_sels) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(JSONUtility.JSONContext ctx)
Check Value
|
JsonValue |
createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
String |
get()
Get Value
|
boolean |
isValid() |
void |
parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
put(String v,
JSONUtility.JSONContext ctx)
Put Value
|
void |
set(String v) |
public boolean isValid()
public void set(String v)
public String get()
get in interface JSONUtility.JSONValuepublic void put(String v, JSONUtility.JSONContext ctx)
put in interface JSONUtility.JSONValuev - valuectx - contextpublic void parse(JsonValue value, JSONUtility.JSONContext ctx)
parse in interface JSONUtility.JSONValuevalue - JsonValuectx - contextpublic void check(JSONUtility.JSONContext ctx)
check in interface JSONUtility.JSONValuectx - contextpublic JsonValue createJsonValue(JSONUtility.JSONContext ctx)
createJsonValue in interface JSONUtility.JSONValuectx - contextEDB Working Group at Mon Dec 15 16:45:05 JST 2025