Uses of Class
ca.uhn.fhir.model.api.TemporalPrecisionEnum
-
Packages that use TemporalPrecisionEnum Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of TemporalPrecisionEnum in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return TemporalPrecisionEnum Modifier and Type Method Description static TemporalPrecisionEnumTemporalPrecisionEnum. valueOf(String name)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
Fields in ca.uhn.fhir.model.primitive declared as TemporalPrecisionEnum Modifier and Type Field Description static TemporalPrecisionEnumDateDt. DEFAULT_PRECISIONThe default precision for this typestatic TemporalPrecisionEnumDateTimeDt. DEFAULT_PRECISIONThe default precision for this typestatic TemporalPrecisionEnumInstantDt. DEFAULT_PRECISIONThe default precision for this typeMethods in ca.uhn.fhir.model.primitive that return TemporalPrecisionEnum Modifier and Type Method Description protected abstract TemporalPrecisionEnumBaseDateTimeDt. getDefaultPrecisionForDatatype()Returns the default precision for the given datatypeprotected TemporalPrecisionEnumDateDt. getDefaultPrecisionForDatatype()Returns the default precision for this datatypeprotected TemporalPrecisionEnumDateTimeDt. getDefaultPrecisionForDatatype()Returns the default precision for this datatypeprotected TemporalPrecisionEnumInstantDt. getDefaultPrecisionForDatatype()Returns the default precision for this datatypeTemporalPrecisionEnumBaseDateTimeDt. getPrecision()Gets the precision for this datatype (using the default for the given type if not set)Methods in ca.uhn.fhir.model.primitive with parameters of type TemporalPrecisionEnum Modifier and Type Method Description protected abstract booleanBaseDateTimeDt. isPrecisionAllowed(TemporalPrecisionEnum thePrecision)To be implemented by subclasses to indicate whether the given precision is allowed by this typeprotected booleanDateDt. isPrecisionAllowed(TemporalPrecisionEnum thePrecision)protected booleanDateTimeDt. isPrecisionAllowed(TemporalPrecisionEnum thePrecision)protected booleanInstantDt. isPrecisionAllowed(TemporalPrecisionEnum thePrecision)BaseDateTimeDtBaseDateTimeDt. setPrecision(TemporalPrecisionEnum thePrecision)Sets the precision for this datatypevoidBaseDateTimeDt. 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.Constructors in ca.uhn.fhir.model.primitive with parameters of type TemporalPrecisionEnum Constructor Description BaseDateTimeDt(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
Methods in ca.uhn.fhir.rest.param that return TemporalPrecisionEnum Modifier and Type Method Description protected TemporalPrecisionEnumDateParam.DateParamDateTimeHolder. getDefaultPrecisionForDatatype()TemporalPrecisionEnumDateParam. getPrecision()Methods in ca.uhn.fhir.rest.param with parameters of type TemporalPrecisionEnum Modifier and Type Method Description protected booleanDateParam.DateParamDateTimeHolder. isPrecisionAllowed(TemporalPrecisionEnum thePrecision)
-