cc.plural.jsonij.jpath
Class KeyComponent

java.lang.Object
  extended by cc.plural.jsonij.jpath.Component
      extended by cc.plural.jsonij.jpath.KeyComponent

public class KeyComponent
extends Component

Author:
jmarsden

Constructor Summary
KeyComponent(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Value> evaluate(List<Value> values, List<Value> results)
           
 String getValue()
           
 int hashCode()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class cc.plural.jsonij.jpath.Component
evaluate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyComponent

public KeyComponent(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object

evaluate

public List<Value> evaluate(List<Value> values,
                            List<Value> results)
Specified by:
evaluate in class Component

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.