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
-
public class RuntimeChildContainedResources extends BaseRuntimeDeclaredChildDefinition
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseRuntimeElementDefinition<?>getChildByName(String theName)BaseRuntimeElementDefinition<?>getChildElementDefinitionByDatatype(Class<? extends IBase> theType)StringgetChildNameByDatatype(Class<? extends IBase> theType)intgetMax()intgetMin()Set<String>getValidChildNames()-
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
getAccessor, getBindingValueSet, getElementName, getField, getFormalDefinition, getMutator, getShortDefinition, isModifier, isSummary, setModifier
-
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, setReplacedParentDefinition, toString
-
-
-
-
Method Detail
-
getMax
public int getMax()
- Overrides:
getMaxin classBaseRuntimeDeclaredChildDefinition
-
getMin
public int getMin()
- Overrides:
getMinin classBaseRuntimeDeclaredChildDefinition
-
getChildByName
public BaseRuntimeElementDefinition<?> getChildByName(String theName)
- Specified by:
getChildByNamein classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theType)
- Specified by:
getChildElementDefinitionByDatatypein classBaseRuntimeChildDefinition
-
getChildNameByDatatype
public String getChildNameByDatatype(Class<? extends IBase> theType)
- Specified by:
getChildNameByDatatypein classBaseRuntimeChildDefinition
-
getValidChildNames
public Set<String> getValidChildNames()
- Specified by:
getValidChildNamesin classBaseRuntimeChildDefinition
-
-