Package ca.uhn.fhir.context
Class RuntimeChildExt
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
ca.uhn.fhir.context.RuntimeChildExt
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
BaseRuntimeChildDefinition.IAccessor, BaseRuntimeChildDefinition.IMutator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChildByName
(String theName) getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) getChildNameByDatatype
(Class<? extends IBase> theDatatype) int
getMax()
int
getMin()
boolean
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, isMultipleCardinality, setReplacedParentDefinition, toString
-
Constructor Details
-
RuntimeChildExt
public RuntimeChildExt()
-
-
Method Details
-
getAccessor
- Specified by:
getAccessor
in classBaseRuntimeChildDefinition
-
getChildByName
- Specified by:
getChildByName
in classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theType) - Specified by:
getChildElementDefinitionByDatatype
in classBaseRuntimeChildDefinition
-
getChildNameByDatatype
- Specified by:
getChildNameByDatatype
in classBaseRuntimeChildDefinition
-
getElementName
- Specified by:
getElementName
in classBaseRuntimeChildDefinition
-
getMax
- Specified by:
getMax
in classBaseRuntimeChildDefinition
-
getMin
- Specified by:
getMin
in classBaseRuntimeChildDefinition
-
getMutator
- Specified by:
getMutator
in classBaseRuntimeChildDefinition
-
getValidChildNames
- Specified by:
getValidChildNames
in classBaseRuntimeChildDefinition
-
isSummary
- Specified by:
isSummary
in classBaseRuntimeChildDefinition
-