Package ca.uhn.fhir.context
Class RuntimeChildResourceBlockDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
BaseRuntimeDeclaredChildDefinition.FieldListMutator, BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
BaseRuntimeChildDefinition.IAccessor, BaseRuntimeChildDefinition.IMutator
-
Constructor Summary
ConstructorDescriptionRuntimeChildResourceBlockDefinition
(FhirContext theContext, Field theField, Child theChildAnnotation, Description theDescriptionAnnotation, String theElementName, Class<? extends IBase> theResourceBlockType) -
Method Summary
Modifier and TypeMethodDescriptiongetChildByName
(String theName) getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) getChildNameByDatatype
(Class<? extends IBase> theDatatype) Methods inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
getAccessor, getBindingValueSet, getElementName, getField, getFormalDefinition, getMax, getMin, getMutator, getShortDefinition, isModifier, isSummary, setModifier
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, isMultipleCardinality, setReplacedParentDefinition, toString
-
Constructor Details
-
RuntimeChildResourceBlockDefinition
public RuntimeChildResourceBlockDefinition(FhirContext theContext, Field theField, Child theChildAnnotation, Description theDescriptionAnnotation, String theElementName, Class<? extends IBase> theResourceBlockType) throws ConfigurationException - Throws:
ConfigurationException
-
-
Method Details
-
getChildByName
- Specified by:
getChildByName
in classBaseRuntimeChildDefinition
-
getChildNameByDatatype
- Specified by:
getChildNameByDatatype
in classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype) - Specified by:
getChildElementDefinitionByDatatype
in classBaseRuntimeChildDefinition
-
getValidChildNames
- Specified by:
getValidChildNames
in classBaseRuntimeChildDefinition
-