
Package org.hl7.fhir.instance.model.api
Interface IBaseBooleanDatatype
-
- All Superinterfaces:
IBase
,IBaseDatatype
,IElement
,IPrimitiveType<Boolean>
,Serializable
- All Known Implementing Classes:
BooleanDt
public interface IBaseBooleanDatatype extends IPrimitiveType<Boolean>
-
-
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
-
-