|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.strings.ResourceBundleLookupExpression
public class ResourceBundleLookupExpression
Performs a resource-bundle lookup using the value read from the defined field as key in the resource-bundle. This expression behaves like the Resource-field.
Constructor Summary | |
---|---|
ResourceBundleLookupExpression()
Default Constructor. |
Method Summary | |
---|---|
String |
getField()
Returns the name of the datarow-column from where to read the resourcebundle key value. |
String |
getResourceIdentifier()
Returns the name of the resource-bundle. |
Object |
getValue()
Returns the current value for the data source. |
void |
setField(String field)
Defines the name of the datarow-column from where to read the resourcebundle key value. |
void |
setResourceIdentifier(String resourceIdentifier)
Defines name of the resource-bundle. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceBundleLookupExpression()
Method Detail |
---|
public String getField()
public void setField(String field)
field
- the field.public String getResourceIdentifier()
public void setResourceIdentifier(String resourceIdentifier)
resourceIdentifier
- the resource-bundle identifier.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |