Uses of Enum
ca.uhn.fhir.model.api.TemporalPrecisionEnum
-
Uses of TemporalPrecisionEnum in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionstatic TemporalPrecisionEnum
Returns the enum constant of this type with the specified name.static TemporalPrecisionEnum[]
TemporalPrecisionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TemporalPrecisionEnum in ca.uhn.fhir.model.primitive
Modifier and TypeFieldDescriptionstatic final TemporalPrecisionEnum
DateDt.DEFAULT_PRECISION
The default precision for this typestatic final TemporalPrecisionEnum
DateTimeDt.DEFAULT_PRECISION
The default precision for this typestatic final TemporalPrecisionEnum
InstantDt.DEFAULT_PRECISION
The default precision for this typeModifier and TypeMethodDescriptionprotected abstract TemporalPrecisionEnum
BaseDateTimeDt.getDefaultPrecisionForDatatype()
Returns the default precision for the given datatypeprotected TemporalPrecisionEnum
DateDt.getDefaultPrecisionForDatatype()
Returns the default precision for this datatypeprotected TemporalPrecisionEnum
DateTimeDt.getDefaultPrecisionForDatatype()
Returns the default precision for this datatypeprotected TemporalPrecisionEnum
InstantDt.getDefaultPrecisionForDatatype()
Returns the default precision for this datatypeBaseDateTimeDt.getPrecision()
Gets the precision for this datatype (using the default for the given type if not set)Modifier and TypeMethodDescriptionprotected abstract boolean
BaseDateTimeDt.isPrecisionAllowed
(TemporalPrecisionEnum thePrecision) To be implemented by subclasses to indicate whether the given precision is allowed by this typeprotected boolean
DateDt.isPrecisionAllowed
(TemporalPrecisionEnum thePrecision) protected boolean
DateTimeDt.isPrecisionAllowed
(TemporalPrecisionEnum thePrecision) protected boolean
InstantDt.isPrecisionAllowed
(TemporalPrecisionEnum thePrecision) BaseDateTimeDt.setPrecision
(TemporalPrecisionEnum thePrecision) Sets the precision for this datatypevoid
BaseDateTimeDt.setValue
(Date theValue, TemporalPrecisionEnum thePrecision) Sets the value for this type using the given Java Date object as the time, and using the specified precision, as well as the local timezone as determined by the local operating system.ModifierConstructorDescriptionBaseDateTimeDt
(Date theDate, TemporalPrecisionEnum thePrecision) ConstructorBaseDateTimeDt
(Date theDate, TemporalPrecisionEnum thePrecision, TimeZone theTimeZone) ConstructorDateDt
(Date theDate, TemporalPrecisionEnum thePrecision) Constructor which accepts a date value and a precision value.DateTimeDt
(Date theDate, TemporalPrecisionEnum thePrecision) Constructor which accepts a date value and a precision value.DateTimeDt
(Date theDate, TemporalPrecisionEnum thePrecision, TimeZone theTimezone) Constructor which accepts a date value, precision value, and time zone.InstantDt
(Date theDate, TemporalPrecisionEnum thePrecision) Constructor which accepts a date value and a precision value.InstantDt
(Date theDate, TemporalPrecisionEnum thePrecision, TimeZone theTimezone) Create a new instance using the given date, precision level, and time zone -
Uses of TemporalPrecisionEnum in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionprotected TemporalPrecisionEnum
DateParam.DateParamDateTimeHolder.getDefaultPrecisionForDatatype()
DateParam.getPrecision()
Modifier and TypeMethodDescriptionprotected boolean
DateParam.DateParamDateTimeHolder.isPrecisionAllowed
(TemporalPrecisionEnum thePrecision)