| Modifier and Type | Method and Description |
|---|---|
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DublinCoreValue |
EncodingSchemeUtils.encodeDate(Date date,
Precision precision)
Encode a date with the given precision into a Dublin Core string value, using the recommended W3C-DTF scheme.
|
static DublinCoreValue |
OpencastMetadataCodec.encodeDate(Date date,
Precision p)
Encode a date with a given precision.
|
static DublinCoreValue |
OpencastMetadataCodec.encodePeriod(Date from,
Date to,
Precision precision)
Encode a period with a given precision.
|
static DublinCoreValue |
EncodingSchemeUtils.encodePeriod(DCMIPeriod period,
Precision precision)
Encode a period with the given precision into a Dublin Core string value using the recommended DCMI Period scheme.
|
static String |
EncodingSchemeUtils.formatDate(Date date,
Precision precision) |
protected void |
OpencastDctermsDublinCore.setDate(org.opencastproject.mediapackage.EName property,
Date date,
Precision p) |
protected void |
OpencastDctermsDublinCore.setPeriod(org.opencastproject.mediapackage.EName property,
Date from,
Date to,
Precision p)
Encode with
Second. |
protected void |
OpencastDctermsDublinCore.updateDate(org.opencastproject.mediapackage.EName property,
com.entwinemedia.fn.data.Opt<Date> date,
Precision p) |
Copyright © 2009–2019 Opencast Project. All rights reserved.