Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.interval |
Package containing classes used to define validity intervals for real numbers.
|
Modifier and Type | Method and Description |
---|---|
void |
GEntryDate.addGInterval(GIntervalDate interval)
Adds a validity interval to the field.
|
void |
GEntryDate.removeGInterval(GIntervalDate interval)
Remove a validity interval of the field.
|
void |
GEntryDate.updateGInterval(GIntervalDate oldInterval,
GIntervalDate newInterval)
Update a validity interval of the field.
|
Modifier and Type | Method and Description |
---|---|
protected GIntervalDate |
GIntervalDate.clone() |
GIntervalDate |
GMutableIntervalDate.getGInterval()
Getter of an immutable GInterval object.
|
Modifier and Type | Method and Description |
---|---|
void |
GMutableIntervalDate.setGInterval(GIntervalDate interval)
Setter from an immutable GInterval object.
|
Constructor and Description |
---|
GMutableIntervalDate(GIntervalDate interval)
Constructor copy from an immutable GInterval object.
|
Copyright © 2024. All rights reserved.