Uses of Enum Class
org.cdlib.mrt.zk.MerrittJsonKey
-
Uses of MerrittJsonKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return MerrittJsonKeyModifier and TypeMethodDescriptionstatic MerrittJsonKeyReturns the enum constant of this class with the specified name.static MerrittJsonKey[]MerrittJsonKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cdlib.mrt.zk with parameters of type MerrittJsonKeyModifier and TypeMethodDescriptionstatic 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)