Uses of Enum Class
org.projecthusky.common.utils.time.Hl7Dtm.Precision
Packages that use Hl7Dtm.Precision
-
Uses of Hl7Dtm.Precision in org.projecthusky.common.utils.time
Methods in org.projecthusky.common.utils.time that return Hl7Dtm.PrecisionModifier and TypeMethodDescription@NonNull Hl7Dtm.PrecisionHl7Dtm.getPrecision()static Hl7Dtm.PrecisionReturns the enum constant of this class with the specified name.static Hl7Dtm.Precision[]Hl7Dtm.Precision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.common.utils.time with parameters of type Hl7Dtm.PrecisionConstructors in org.projecthusky.common.utils.time with parameters of type Hl7Dtm.PrecisionModifierConstructorDescriptionHl7Dtm(@NonNull OffsetDateTime dateTime, @NonNull Hl7Dtm.Precision precision) Initializes aHl7Dtmobject with the given datetime and precision.