- targetAllMembers() - クラス のメソッドcom.echopf.members.ECHODistributedObject
-
- targetRootGroup() - クラス のメソッドcom.echopf.members.ECHODistributedObject
-
- targetSpecificGroup(ECHOMembersGroupObject) - クラス のメソッドcom.echopf.members.ECHODistributedObject
-
- targetSpecificMember(ECHOMemberObject) - クラス のメソッドcom.echopf.members.ECHODistributedObject
-
- toJSONArray(JSONArray) - クラス のメソッドcom.echopf.ECHODataObject
-
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.
- toJSONObject() - クラス のメソッドcom.echopf.ECHOACLEntry
-
Converts this object into an acceptable JSONObject for the API.
- toJSONObject() - クラス のメソッドcom.echopf.ECHOACLObject
-
Converts this object into an acceptable JSONObject for the API.
- toJSONObject() - クラス のメソッドcom.echopf.ECHOInstallation
-
Converts this object into an acceptable JSONObject for the API.
- TOO_LONG - 例外 のstatic変数com.echopf.ECHOException
-
- TOO_SHORT - 例外 のstatic変数com.echopf.ECHOException
-
- toString() - クラス のメソッドcom.echopf.ECHOACLEntry
-
Encodes this object as a compact JSON string.
- toString() - クラス のメソッドcom.echopf.ECHOACLObject
-
Encodes this object as a compact JSON string.
- toString() - クラス のメソッドcom.echopf.ECHODataObject
-
Encodes this object as a compact JSON string, such as:
{"query":"Pizza","locations":[94043,90210]}
- toString(int) - クラス のメソッドcom.echopf.ECHODataObject
-
Encodes this object as a human readable JSON string for debugging, such as:
{
"query": "Pizza",
"locations": [
94043,
90210
]
}
- toString() - クラス のメソッドcom.echopf.ECHOFile
-
Encodes this object as a compact JSON string.
- toStringForECHO() - クラス のメソッドcom.echopf.ECHODate
-
- TreeNodeable<T extends ECHODataObject<T>> - com.echopfのインタフェース
-
Declares the interface of tree node operations in the ECHO SDK.