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
| 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 |
ResourceMesssageFormatExpression
public ResourceMesssageFormatExpression()
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.