org.jfree.report.function.strings
Class CapitalizeStringExpression

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

public class CapitalizeStringExpression
extends AbstractExpression

Creation-Date: 20.01.2006, 18:19:18

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
CapitalizeStringExpression()
           
 
Method Summary
 java.lang.String getField()
           
 java.lang.Object getValue()
          Return the current expression value.
 boolean isFirstWordOnly()
           
 void setField(java.lang.String field)
           
 void setFirstWordOnly(boolean firstWordOnly)
           
 
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

CapitalizeStringExpression

public CapitalizeStringExpression()
Method Detail

isFirstWordOnly

public boolean isFirstWordOnly()

setFirstWordOnly

public void setFirstWordOnly(boolean firstWordOnly)

getField

public java.lang.String getField()

setField

public void setField(java.lang.String field)

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.