Package org.ametys.odf.tree
Class OdfClassificationHandler.LevelValue
java.lang.Object
org.ametys.odf.tree.OdfClassificationHandler.LevelValue
- Enclosing class:
- OdfClassificationHandler
Wrapper object for a level value
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LevelValue
The constructor- Parameters:
value
- the valueorder
- the order
-
-
Method Details
-
getValue
Get the value- Returns:
- the value
-
getOrder
Get the order- Returns:
- the order
-
compareTo
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
-