| Package | Description |
|---|---|
| de.gerdiproject.json |
This package contains classes and packages of JSON objects.
|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.datacite.abstr |
This package contains abstract classes that are helpful from a programmer's
perspective, but are not actively mappable to DataCite properties.
|
| de.gerdiproject.json.datacite.enums |
This package contains enumerations for controlled list values of DataCite JSON objects.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDate |
DateUtils.parseAbstractDate(String dateString,
DateType type)
Parses an AbstractDate from a specified date string.
|
| Constructor and Description |
|---|
Date(long epochMilli,
DateType type)
Simple constructor that requires all mandatory fields.
|
Date(String dateString,
DateType type)
Simple constructor that requires all mandatory fields.
|
DateRange(long epochMilliSince,
long epochMilliUntil,
DateType type)
Simple constructor that requires all mandatory fields.
|
DateRange(String dateString,
DateType type)
Simple constructor that requires all mandatory fields.
|
DateRange(String rangeFrom,
String rangeUntil,
DateType type)
Simple constructor that requires all mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
DateType |
AbstractDate.getType()
Retrieves the event that is marked by this date.
|
| Constructor and Description |
|---|
AbstractDate(DateType type) |
| Modifier and Type | Method and Description |
|---|---|
static DateType |
DateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateType[] |
DateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2019. All rights reserved.