org.jfree.report.function.strings
Class URLEncodeExpression

java.lang.Object
  |
  +--org.jfree.report.function.AbstractExpression
        |
        +--org.jfree.report.function.strings.URLEncodeExpression

public class URLEncodeExpression
extends AbstractExpression

See Also:
Serialized Form

Constructor Summary
URLEncodeExpression()
           
 
Method Summary
 java.lang.String getEncoding()
           
 java.lang.String getField()
           
 java.lang.Object getValue()
          Return the current expression value.
 void setEncoding(java.lang.String encoding)
           
 void setField(java.lang.String field)
           
 
Methods inherited from class org.jfree.report.function.AbstractExpression
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, setActive, setDependencyLevel, setName, setRuntime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncodeExpression

public URLEncodeExpression()
Method Detail

getField

public java.lang.String getField()

setField

public void setField(java.lang.String field)

getEncoding

public java.lang.String getEncoding()

setEncoding

public void setEncoding(java.lang.String encoding)

getValue

public java.lang.Object getValue()
Return the current expression value.

The value depends (obviously) on the expression implementation.

Returns:
the value of the function.