Package org.hl7.fhir.r5.renderers.utils
Interface BaseWrappers.BaseWrapper
-
- All Superinterfaces:
BaseWrappers.RendererWrapper,BaseWrappers.WrapperBase
- All Known Implementing Classes:
DirectWrappers.BaseWrapperDirect,DOMWrappers.BaseWrapperElement,ElementWrappers.BaseWrapperMetaElement
- Enclosing class:
- BaseWrappers
public static interface BaseWrappers.BaseWrapper extends BaseWrappers.WrapperBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfhirType()BasegetBase()BaseWrappers.PropertyWrappergetChildByName(String tail)-
Methods inherited from interface org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapper
getContext
-
Methods inherited from interface org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBase
children, children, get, has
-
-
-
-
Method Detail
-
getBase
Base getBase() throws UnsupportedEncodingException, IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
UnsupportedEncodingExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRException
-
getChildByName
BaseWrappers.PropertyWrapper getChildByName(String tail)
-
fhirType
String fhirType()
- Specified by:
fhirTypein interfaceBaseWrappers.WrapperBase
-
-