Package | Description |
---|---|
jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
jp.ac.tokushima_u.db.logistics.researchmap |
Provides classes and interfaces for handling researchmap Data.
|
jp.researchmap |
Provides classes of researchmap data.
|
Modifier and Type | Field and Description |
---|---|
(package private) JSONUtility.JSONValueCreator<? extends T> |
JSONUtility.JSONArray.creator |
Modifier and Type | Method and Description |
---|---|
<T extends JSONUtility.JSONValue> |
JSONUtility.JSONObject.defineArray(String name,
JSONUtility.JSONValueCreator<T> creator) |
<T extends JSONUtility.JSONValue> |
JSONUtility.JSONObject.defineNode(String name,
JSONUtility.JSONValueCreator<T> creator) |
Constructor and Description |
---|
JSONArray(JSONUtility.JSONValueCreator<? extends T> cr) |
Modifier and Type | Class and Description |
---|---|
static class |
RMJson.RM_BooleanCreator |
static class |
RMJson.RM_ChooserCreator |
static class |
RMJson.RM_LongCreator |
Modifier and Type | Method and Description |
---|---|
<T extends JSONUtility.JSONValue> |
RMJson.RM_Object.defineArray(boolean updatable,
String name,
JSONUtility.JSONValueCreator<T> creator) |
<T extends JSONUtility.JSONValue> |
RMJson.RM_Object.defineArray(String name,
JSONUtility.JSONValueCreator<T> creator) |
<T extends JSONUtility.JSONValue> |
RMJson.RM_Object.defineNode(boolean updatable,
String name,
JSONUtility.JSONValueCreator<T> creator) |
<T extends JSONUtility.JSONValue> |
RMJson.RM_Object.defineNode(String name,
JSONUtility.JSONValueCreator<T> creator) |
Modifier and Type | Field and Description |
---|---|
(package private) JSONUtility.JSONValueCreator<T> |
Researchmap_definition.RMapTable.value_creator |
Constructor and Description |
---|
RMapTable(String n,
String fn,
JSONUtility.JSONValueCreator<T> cr,
Researchmap_definition.RMapTableItem[] it) |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025