Uses of Enum
org.cdlib.mrt.zk.MerrittJsonKey
-
Uses of MerrittJsonKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return MerrittJsonKeyModifier and TypeMethodDescriptionstatic MerrittJsonKey
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 MerrittJsonKeyModifier and TypeMethodDescriptionstatic Object
QueueItem.jsonDataProperty
(org.json.JSONObject obj, MerrittJsonKey key, Object dval) static int
QueueItem.jsonIntProperty
(org.json.JSONObject obj, MerrittJsonKey key, int dval) static long
QueueItem.jsonLongProperty
(org.json.JSONObject obj, MerrittJsonKey key, long dval) static String
QueueItem.jsonStringProperty
(org.json.JSONObject obj, MerrittJsonKey key, String dval)