ObjectType
- public interface Stringifiable<ObjectType>
Modifier and Type | Method and Description |
---|---|
java.util.Set<ObjectType> |
getValuesFromJSONArray(org.json.JSONArray array) |
java.util.Set<ObjectType> |
getValuesFromStringSet(java.util.Set<java.lang.String> strNodes)
Converts a set of string node ids using valueOf.
|
ObjectType |
valueOf(java.lang.String strValue)
Converts a string representation of a node id into the appropriate node
id type.
|
ObjectType valueOf(java.lang.String strValue)
strValue
- java.util.Set<ObjectType> getValuesFromStringSet(java.util.Set<java.lang.String> strNodes)
strNodes
- java.util.Set<ObjectType> getValuesFromJSONArray(org.json.JSONArray array) throws org.json.JSONException
array
- org.json.JSONException