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.JSONValue
public void put(String v, JSONUtility.JSONContext ctx)
put
in interface JSONUtility.JSONValue
v
- valuectx
- contextpublic void parse(JsonValue value, JSONUtility.JSONContext ctx)
parse
in interface JSONUtility.JSONValue
value
- JsonValuectx
- contextpublic void check(JSONUtility.JSONContext ctx)
check
in interface JSONUtility.JSONValue
ctx
- contextpublic JsonValue createJsonValue(JSONUtility.JSONContext ctx)
createJsonValue
in interface JSONUtility.JSONValue
ctx
- contextEDB Working Group at Tue Jun 10 17:08:59 JST 2025