Package org.hl7.fhir.r4b.renderers.utils
Class DirectWrappers.PropertyWrapperDirect
- java.lang.Object
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
-
- org.hl7.fhir.r4b.renderers.utils.DirectWrappers.PropertyWrapperDirect
-
- All Implemented Interfaces:
BaseWrappers.PropertyWrapper,BaseWrappers.RendererWrapper
- Enclosing class:
- DirectWrappers
public static class DirectWrappers.PropertyWrapperDirect extends BaseWrappers.RendererWrapperImpl implements BaseWrappers.PropertyWrapper
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapperDirect(RenderingContext context, Property wrapped)PropertyWrapperDirect(RenderingContext context, Property wrapped, ElementDefinition ed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfhirType()BaseWrappers.ResourceWrappergetAsResource()StringgetDefinition()ElementDefinitiongetElementDefinition()intgetMaxCardinality()intgetMinCardinality()StringgetName()StructureDefinitiongetStructure()StringgetTypeCode()List<BaseWrappers.BaseWrapper>getValues()PropertygetWrapped()booleanhasValues()StringtoString()BaseWrappers.BaseWrappervalue()-
Methods inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
getContext, tail
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapper
getContext
-
-
-
-
Constructor Detail
-
PropertyWrapperDirect
public PropertyWrapperDirect(RenderingContext context, Property wrapped)
-
PropertyWrapperDirect
public PropertyWrapperDirect(RenderingContext context, Property wrapped, ElementDefinition ed)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceBaseWrappers.PropertyWrapper
-
getWrapped
public Property getWrapped()
-
hasValues
public boolean hasValues()
- Specified by:
hasValuesin interfaceBaseWrappers.PropertyWrapper
-
getValues
public List<BaseWrappers.BaseWrapper> getValues()
- Specified by:
getValuesin interfaceBaseWrappers.PropertyWrapper
-
getTypeCode
public String getTypeCode()
- Specified by:
getTypeCodein interfaceBaseWrappers.PropertyWrapper
-
getDefinition
public String getDefinition()
- Specified by:
getDefinitionin interfaceBaseWrappers.PropertyWrapper
-
getMinCardinality
public int getMinCardinality()
- Specified by:
getMinCardinalityin interfaceBaseWrappers.PropertyWrapper
-
getMaxCardinality
public int getMaxCardinality()
- Specified by:
getMaxCardinalityin interfaceBaseWrappers.PropertyWrapper
-
getStructure
public StructureDefinition getStructure()
- Specified by:
getStructurein interfaceBaseWrappers.PropertyWrapper
-
value
public BaseWrappers.BaseWrapper value()
- Specified by:
valuein interfaceBaseWrappers.PropertyWrapper
-
getAsResource
public BaseWrappers.ResourceWrapper getAsResource()
- Specified by:
getAsResourcein interfaceBaseWrappers.PropertyWrapper
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceBaseWrappers.PropertyWrapper
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseWrappers.PropertyWrapper
-
-