|
||||||||||
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.ToUpperCaseStringExpression
public class ToUpperCaseStringExpression
A expression that transforms all letters of a given string into upper-case letters.
Constructor Summary | |
---|---|
ToUpperCaseStringExpression()
Deprecated. Default Constructor. |
Method Summary | |
---|---|
String |
getField()
Deprecated. Returns the name of the datarow-column from where to read the string value. |
Object |
getValue()
Deprecated. Transforms the string that has been read from the defined field. |
void |
setField(String field)
Deprecated. Defines the name of the datarow-column from where to read the string value. |
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 ToUpperCaseStringExpression()
Method Detail |
---|
public String getField()
public void setField(String field)
field
- the field.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |