org.jfree.report.function
Class ConvertToNumberExpression
java.lang.Object
|
+--org.jfree.report.function.AbstractExpression
|
+--org.jfree.report.function.ConvertToNumberExpression
- public class ConvertToNumberExpression
- extends AbstractExpression
- 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 |
ConvertToNumberExpression
public ConvertToNumberExpression()
getField
public java.lang.String getField()
setField
public void setField(java.lang.String field)
getFormat
public java.lang.String getFormat()
setFormat
public void setFormat(java.lang.String format)
getLocale
public java.util.Locale getLocale()
setLocale
public void setLocale(java.util.Locale locale)
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.