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.PrecisionReturns 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 TypeMethodDescriptionvoidTimestamp.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 aTimestampobject with the given datetime and precision.