Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp.Precision
Packages that use Timestamp.Precision
-
Uses of Timestamp.Precision in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return Timestamp.PrecisionModifier and TypeMethodDescriptionTimestamp.getPrecision()
static Timestamp.Precision
Returns the enum constant of this class with the specified name.static Timestamp.Precision[]
Timestamp.Precision.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type Timestamp.PrecisionModifier and TypeMethodDescriptionvoid
Timestamp.setPrecision
(Timestamp.Precision precision) Precision of the timestamp (smallest present element, e.g.Constructors in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type Timestamp.PrecisionModifierConstructorDescriptionTimestamp
(ZonedDateTime dateTime, Timestamp.Precision precision) Initializes aTimestamp
object with the given datetime and precision.