Class Axis
- java.lang.Object
-
- org.silverpeas.core.pdc.pdc.model.Axis
-
- All Implemented Interfaces:
Serializable
public class Axis extends Object implements Serializable
This class contains a full information about a tree. The user can access to an axe.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Axis(AxisHeader header, List<Value> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisHeader
getAxisHeader()
Returns attributs of an axe.List<Value>
getValues()
Returns the sorted List containing values of a tree.
-
-
-
Constructor Detail
-
Axis
public Axis(AxisHeader header, List<Value> values)
-
-
Method Detail
-
getAxisHeader
public AxisHeader getAxisHeader()
Returns attributs of an axe.- Returns:
- the AxisHeader object
-
-