Copyright© 2008-2018 SiteVision AB, all rights reserved.
public interface UpperCase extends DynamicOperand
operand
.
If operand
does not evaluate to a string value, its value
is first converted to a string. The upper-case string value is computed as
though the toUpperCase()
method of java.lang.String
were called.
If operand
evaluates to null, the UpperCase
operand also evaluates to null.
SiteVision note: Unsupported operation
Modifier and Type | Method and Description |
---|---|
DynamicOperand |
getOperand()
Gets the operand whose value is converted to a upper-case string.
|
DynamicOperand getOperand()
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.