| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.primary_data.metadata |
| Modifier and Type | Method and Description |
|---|---|
EdalDatePrecision |
EdalDateRange.getEndPrecision()
Getter for the endPrecission of this
EdalDateRange. |
EdalDatePrecision |
EdalDate.getStartPrecision()
Getter for the precision of this
EdalDate. |
static EdalDatePrecision |
EdalDatePrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdalDatePrecision[] |
EdalDatePrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdalDateRange.setEndPrecision(EdalDatePrecision endPrecision)
Setter for the endPrecision of this
EdalDateRange. |
void |
EdalDate.setStartPrecision(EdalDatePrecision startPrecision)
Setter for the precision of this
EdalDate. |
| Constructor and Description |
|---|
EdalDate(Calendar startDate,
EdalDatePrecision startPrecision,
String event)
Default constructor to create a
EdalDate with a specified date,
precision and event description. |
EdalDateRange(Calendar startDate,
EdalDatePrecision startPrecision,
Calendar endDate,
EdalDatePrecision endPrecision,
String event)
Default constructor to create a
EdalDateRange with a specified
startDate, startPrecision, endDate, endPrecision and event description. |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.