public static class RMJson.RM_Long extends RMJson.RM_Text implements JSONUtility.JSONValue
Modifier and Type | Field and Description |
---|---|
(package private) long |
defaultValue |
(package private) long |
v_long |
v_text
Constructor and Description |
---|
RM_Long(long v) |
Modifier and Type | Method and Description |
---|---|
void |
check(JSONUtility.JSONContext ctx)
Check Value
|
JsonValue |
createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
long |
getLong() |
void |
parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
put(String v,
JSONUtility.JSONContext ctx)
Put Value
|
get, isValid, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public void parse(JsonValue value, JSONUtility.JSONContext ctx)
parse
in interface JSONUtility.JSONValue
parse
in class JSONUtility.JSONText
value
- JsonValuectx
- contextpublic void check(JSONUtility.JSONContext ctx)
check
in interface JSONUtility.JSONValue
check
in class JSONUtility.JSONText
ctx
- contextpublic long getLong()
public void put(String v, JSONUtility.JSONContext ctx)
put
in interface JSONUtility.JSONValue
put
in class JSONUtility.JSONText
v
- valuectx
- contextpublic JsonValue createJsonValue(JSONUtility.JSONContext ctx)
createJsonValue
in interface JSONUtility.JSONValue
createJsonValue
in class JSONUtility.JSONText
ctx
- contextEDB Working Group at Tue Jun 10 17:08:59 JST 2025