Class PDataCollectionTemplateGanttUIConfiguration.TimeLineUnit
java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.template.gantt.common.PDataCollectionTemplateGanttUIConfiguration.TimeLineUnit
- Enclosing class:
PDataCollectionTemplateGanttUIConfiguration
The Class that defines the time line unit.
-
Constructor Summary
ConstructorsConstructorDescriptionTimeLineUnit(int value, String description) Instantiates a new time line unit. -
Method Summary
-
Constructor Details
-
TimeLineUnit
Instantiates a new time line unit.- Parameters:
value- the valuedescription- the description
-
-
Method Details
-
value
public int value()Returns the value.- Returns:
- the int
-
description
Returns the description.- Returns:
- the string
-