cc.plural.jsonij.jpath.functions
Class FunctionArgument.ValueArgument

java.lang.Object
  extended by cc.plural.jsonij.jpath.functions.FunctionArgument
      extended by cc.plural.jsonij.jpath.functions.FunctionArgument.ValueArgument
Enclosing class:
FunctionArgument

public static class FunctionArgument.ValueArgument
extends FunctionArgument


Nested Class Summary
 
Nested classes/interfaces inherited from class cc.plural.jsonij.jpath.functions.FunctionArgument
FunctionArgument.ARGUMENT_TYPE, FunctionArgument.AttributeArgument, FunctionArgument.ValueArgument
 
Constructor Summary
FunctionArgument.ValueArgument(Value value)
           
 
Method Summary
 Value getValue()
           
 void setValue(Value value)
           
 String toString()
           
 
Methods inherited from class cc.plural.jsonij.jpath.functions.FunctionArgument
getType, parseStringToArguments, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionArgument.ValueArgument

public FunctionArgument.ValueArgument(Value value)
Method Detail

getValue

public Value getValue()

setValue

public void setValue(Value value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.