
Package org.hl7.fhir.instance.model.api
Interface IBaseDecimalDatatype
-
- All Superinterfaces:
IBase
,IBaseDatatype
,IElement
,IPrimitiveType<BigDecimal>
,Serializable
- All Known Implementing Classes:
DecimalDt
public interface IBaseDecimalDatatype extends IPrimitiveType<BigDecimal>
-
-
Method Summary
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IPrimitiveType
getValue, getValueAsString, hasValue, setValue, setValueAsString
-
-