Interface CSSOperandExpression

All Superinterfaces:
CSSExpression

public interface CSSOperandExpression extends CSSExpression
Sub-interface to be implemented by individual operands.
  • Method Details

    • getOperand

      CSSPrimitiveValue getOperand()
      Retrieve the operand.
      Returns:
      the primitive operand.
    • clone

      Create and return a copy of this object.
      Specified by:
      clone in interface CSSExpression
      Returns:
      a copy of this object.
    • setOperand

      void setOperand(CSSPrimitiveValue operand)
      Set the operand value.
      Parameters:
      operand - the operand value.