Package org.hl7.fhir.r5.renderers.utils
Class ElementWrappers.BaseWrapperMetaElement
- java.lang.Object
-
- org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
-
- org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBaseImpl
-
- org.hl7.fhir.r5.renderers.utils.ElementWrappers.BaseWrapperMetaElement
-
- All Implemented Interfaces:
BaseWrappers.BaseWrapper,BaseWrappers.RendererWrapper,BaseWrappers.WrapperBase
- Enclosing class:
- ElementWrappers
public static class ElementWrappers.BaseWrapperMetaElement extends BaseWrappers.WrapperBaseImpl implements BaseWrappers.BaseWrapper
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
-
Constructor Summary
Constructors Constructor Description BaseWrapperMetaElement(RenderingContext context, Element element, String type, StructureDefinition structure, ElementDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseWrappers.PropertyWrapper>children()StringfhirType()BasegetBase()BaseWrappers.PropertyWrappergetChildByName(String name)-
Methods inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBaseImpl
children, get, has
-
Methods inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
getContext, tail
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, get, has
-
-
-
-
Constructor Detail
-
BaseWrapperMetaElement
public BaseWrapperMetaElement(RenderingContext context, Element element, String type, StructureDefinition structure, ElementDefinition definition)
-
-
Method Detail
-
getBase
public Base getBase() throws UnsupportedEncodingException, IOException, org.hl7.fhir.exceptions.FHIRException
- Specified by:
getBasein interfaceBaseWrappers.BaseWrapper- Throws:
UnsupportedEncodingExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRException
-
children
public List<BaseWrappers.PropertyWrapper> children()
- Specified by:
childrenin interfaceBaseWrappers.WrapperBase
-
getChildByName
public BaseWrappers.PropertyWrapper getChildByName(String name)
- Specified by:
getChildByNamein interfaceBaseWrappers.BaseWrapper
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceBaseWrappers.BaseWrapper- Specified by:
fhirTypein interfaceBaseWrappers.WrapperBase
-
-