Uses of Class
org.cdlib.mrt.zk.MerrittJsonKey
-
-
Uses of MerrittJsonKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return MerrittJsonKey Modifier and Type Method Description static MerrittJsonKeyMerrittJsonKey. valueOf(String name)Returns the enum constant of this type with the specified name.static MerrittJsonKey[]MerrittJsonKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdlib.mrt.zk with parameters of type MerrittJsonKey Modifier and Type Method Description static ObjectQueueItem. jsonDataProperty(org.json.JSONObject obj, MerrittJsonKey key, Object dval)static intQueueItem. jsonIntProperty(org.json.JSONObject obj, MerrittJsonKey key, int dval)static longQueueItem. jsonLongProperty(org.json.JSONObject obj, MerrittJsonKey key, long dval)static StringQueueItem. jsonStringProperty(org.json.JSONObject obj, MerrittJsonKey key, String dval)
-