Class LessThanPtg

  • All Implemented Interfaces:
    Duplicatable, GenericRecord

    public final class LessThanPtg
    extends ValueOperatorPtg
    Less than operator PTG "<". The SID is taken from the Openoffice.orgs Documentation of the Excel File Format, Table 3.5.7
    • Method Detail

      • getSid

        public byte getSid()
        Specified by:
        getSid in class Ptg
        Returns:
        structure id of the parsed thing, or -1 if the record has no sid
      • getNumberOfOperands

        public int getNumberOfOperands()
        Get the number of operands for the Less than operator
        Specified by:
        getNumberOfOperands in class OperationPtg
        Returns:
        int the number of operands
      • copy

        public LessThanPtg copy()
        Specified by:
        copy in interface Duplicatable
        Specified by:
        copy in class Ptg
        Returns:
        a deep copy of the implementing class / instance