|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpperCase
Evaluates to the upper-case string value (or values, if multi-valued) of
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.
Method Summary | |
---|---|
DynamicOperand |
getOperand()
Gets the operand whose value is converted to a upper-case string. |
Method Detail |
---|
DynamicOperand getOperand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |