com.stratelia.silverpeas.pdc.model
Class Axis
java.lang.Object
com.stratelia.silverpeas.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Axis
public Axis(AxisHeader header,
List<Value> values)
getAxisHeader
public AxisHeader getAxisHeader()
- Returns attributs of an axe.
- Returns:
- the AxisHeader object
getValues
public List<Value> getValues()
- Returns the sorted List containing values of a tree.
- Returns:
- the List
Copyright © 2016 Silverpeas. All Rights Reserved.