UpperCaseInterface extends PropertyValueInterface
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.
If operand evaluates to null, the UpperCase operand also evaluates to null.
Table of Contents
Methods
- getOperand() : PropertyValueInterface
- Gets the operand whose value is converted to an upper-case string.
- getPropertyName() : string
- Gets the name of the property.
- getSelectorName() : string
- Gets the name of the selector against which to evaluate this operand.
Methods
getOperand()
Gets the operand whose value is converted to an upper-case string.
public
getOperand() : PropertyValueInterface
Return values
PropertyValueInterface —the operand; non-null
getPropertyName()
Gets the name of the property.
public
getPropertyName() : string
Return values
string —the property name; non-null
getSelectorName()
Gets the name of the selector against which to evaluate this operand.
public
getSelectorName() : string
Return values
string —the selector name; non-null