Uses of Enum Class
org.opencastproject.metadata.dublincore.Precision
Packages that use Precision
-
Uses of Precision in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore that return PrecisionModifier and TypeMethodDescriptionstatic PrecisionReturns the enum constant of this class with the specified name.static Precision[]Precision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.metadata.dublincore with parameters of type PrecisionModifier and TypeMethodDescriptionstatic DublinCoreValueEncodingSchemeUtils.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 DublinCoreValueOpencastMetadataCodec.encodeDate(Date date, Precision p) Encode a date with a given precision.static DublinCoreValueEncodingSchemeUtils.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 DublinCoreValueOpencastMetadataCodec.encodePeriod(Date from, Date to, Precision precision) Encode a period with a given precision.static StringEncodingSchemeUtils.formatDate(Date date, Precision precision) protected voidprotected voidEncode withSecond.protected voidOpencastDctermsDublinCore.updateDate(EName property, com.entwinemedia.fn.data.Opt<Date> date, Precision p)