
Package ca.uhn.fhir.context
Class RuntimeChildContainedResources
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
ca.uhn.fhir.context.RuntimeChildContainedResources
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
BaseRuntimeDeclaredChildDefinition.FieldListMutator, BaseRuntimeDeclaredChildDefinition.FieldPlainMutatorNested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
BaseRuntimeChildDefinition.IAccessor, BaseRuntimeChildDefinition.IMutator -
Method Summary
Modifier and TypeMethodDescriptiongetChildByName(String theName) getChildElementDefinitionByDatatype(Class<? extends IBase> theType) getChildNameByDatatype(Class<? extends IBase> theType) intgetMax()intgetMin()Methods inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
getAccessor, getBindingValueSet, getElementName, getField, getFormalDefinition, getMutator, getShortDefinition, isModifier, isSummary, setModifierMethods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, isMultipleCardinality, setReplacedParentDefinition, toString
-
Method Details
-
getMax
- Overrides:
getMaxin classBaseRuntimeDeclaredChildDefinition
-
getMin
- Overrides:
getMinin classBaseRuntimeDeclaredChildDefinition
-
getChildByName
- Specified by:
getChildByNamein classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theType) - Specified by:
getChildElementDefinitionByDatatypein classBaseRuntimeChildDefinition
-
getChildNameByDatatype
- Specified by:
getChildNameByDatatypein classBaseRuntimeChildDefinition
-
getValidChildNames
- Specified by:
getValidChildNamesin classBaseRuntimeChildDefinition
-