Class OdfClassificationHandler.LevelValue

    • Constructor Detail

      • LevelValue

        public LevelValue​(String value,
                          Long order)
        The constructor
        Parameters:
        value - the value
        order - the order
    • Method Detail

      • getValue

        public String getValue()
        Get the value
        Returns:
        the value
      • getOrder

        public Long getOrder()
        Get the order
        Returns:
        the order
      • compareTo

        public int compareTo​(OdfClassificationHandler.LevelValue levelValue)
        Compare to a level value depends of the order first then the value
        Parameters:
        levelValue - the level value to compare
        Returns:
        the int value of the comparaison