Class DataRange


  • public class DataRange
    extends Object

    This is the base class for Element and JeDISAttribute which represent parts of an XMI document.

    • Constructor Detail

      • DataRange

        public DataRange()
    • Method Detail

      • isToBeOmitted

        public boolean isToBeOmitted()
      • setToBeOmitted

        public void setToBeOmitted​(boolean toBeOmitted)
      • getRange

        public org.apache.commons.lang3.Range<Integer> getRange()
      • setRange

        public void setRange​(org.apache.commons.lang3.Range<Integer> range)
      • setRange

        public void setRange​(int begin,
                             int end)
      • getLength

        public int getLength()
      • getBegin

        public int getBegin()
      • getEnd

        public int getEnd()