Package systems.dmx.core.service
Class Directives.Entry
- java.lang.Object
-
- systems.dmx.core.service.Directives.Entry
-
- All Implemented Interfaces:
JSONEnabled
- Enclosing class:
- Directives
public class Directives.Entry extends Object implements JSONEnabled
-
-
Field Summary
Fields Modifier and Type Field Description JSONEnabled
arg
Directive
dir
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.jettison.json.JSONObject
toJSON()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Field Detail
-
dir
public Directive dir
-
arg
public JSONEnabled arg
-
-
Method Detail
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
-
-