org.jfree.report.function.strings
Class ResourceMesssageFormatExpression

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

public class ResourceMesssageFormatExpression
extends AbstractExpression

This does the same as the ResourceMessageFormatFilter.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ResourceMesssageFormatExpression()
           
 
Method Summary
 java.lang.String getFormatKey()
           
 java.lang.String getResourceIdentifier()
           
 java.lang.Object getValue()
          Returns the current value for the data source.
 void setFormatKey(java.lang.String formatKey)
           
 void setResourceIdentifier(java.lang.String resourceIdentifier)
           
 
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

ResourceMesssageFormatExpression

public ResourceMesssageFormatExpression()
Method Detail

getFormatKey

public java.lang.String getFormatKey()

setFormatKey

public void setFormatKey(java.lang.String formatKey)

getResourceIdentifier

public java.lang.String getResourceIdentifier()

setResourceIdentifier

public void setResourceIdentifier(java.lang.String resourceIdentifier)

getValue

public java.lang.Object getValue()
Returns the current value for the data source.
Returns:
the value.