Class OrgPolicyReport.Range

    • Constructor Detail

      • Range

        public Range​(int beginColumn,
                     int endColumn)
        Constructs a new Range with the given begin and end column.
        Parameters:
        beginColumn - the begin/first column of this range, inclusive
        endColumn - the end/last column of this range, exclusive
    • Method Detail

      • getBeginColumn

        public int getBeginColumn()
        Returns the begin column of this range.
        Returns:
        the begin column of this range
      • getEndColumn

        public int getEndColumn()
        Returns the end column of this range.
        Returns:
        the end column of this range