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

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

public static class FunctionArgument.AttributeArgument
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.AttributeArgument(String attributeName)
           
 
Method Summary
 String getAttributeName()
           
 void setAttributeName(String attributeName)
           
 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.AttributeArgument

public FunctionArgument.AttributeArgument(String attributeName)
Method Detail

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.