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 MerrittJsonKey
MerrittJsonKey. 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 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)
-