static final enum GanttEntry.Temporality extends java.lang.Enum<E<E>>
HAPPEN: The end date is the previous Gantt entry end date LASTS_DAYS: The end date is start + lastInDays SEPARATOR: Draw an horizontal line
Modifiers | Name | Description |
---|---|---|
static GanttEntry.Temporality |
HAPPEN |
|
static GanttEntry.Temporality |
LASTS_DAYS |
|
static GanttEntry.Temporality |
MAX_VALUE |
|
static GanttEntry.Temporality |
MIN_VALUE |
|
static GanttEntry.Temporality |
SEPARATOR |
Type Params | Return Type | Name and description |
---|---|---|
|
GanttEntry.Temporality |
next() |
|
GanttEntry.Temporality |
previous() |
|
static GanttEntry.Temporality |
valueOf(java.lang.String name) |
|
static final GanttEntry.Temporality[] |
values() |