de.deepamehta.core.service
Class Directives.Entry

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.service.Directives.Entry
All Implemented Interfaces:
JSONEnabled
Enclosing class:
Directives

public class Directives.Entry
extends Object
implements JSONEnabled


Field Summary
 JSONEnabled arg
           
 Directive dir
           
 
Constructor Summary
private Directives.Entry(Directive dir, JSONEnabled arg)
           
 
Method Summary
 JSONObject toJSON()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dir

public Directive dir

arg

public JSONEnabled arg
Constructor Detail

Directives.Entry

private Directives.Entry(Directive dir,
                         JSONEnabled arg)
Method Detail

toJSON

public JSONObject toJSON()
Specified by:
toJSON in interface JSONEnabled

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.