
Package ca.uhn.fhir.context
Class RuntimeChildResourceDefinition
- java.lang.Object
-
- ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
public class RuntimeChildResourceDefinition 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
-
-
Constructor Summary
Constructors Constructor Description RuntimeChildResourceDefinition(Field theField, String theElementName, Child theChildAnnotation, Description theDescriptionAnnotation, List<Class<? extends IBaseResource>> theResourceTypes)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseRuntimeElementDefinition<?>
getChildByName(String theName)
BaseRuntimeElementDefinition<?>
getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)
String
getChildNameByDatatype(Class<? extends IBase> theDatatype)
List<Class<? extends IBaseResource>>
getResourceTypes()
Set<String>
getValidChildNames()
String
toString()
-
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, setReplacedParentDefinition
-
-
-
-
Constructor Detail
-
RuntimeChildResourceDefinition
public RuntimeChildResourceDefinition(Field theField, String theElementName, Child theChildAnnotation, Description theDescriptionAnnotation, List<Class<? extends IBaseResource>> theResourceTypes)
Constructor
-
-
Method Detail
-
getChildNameByDatatype
public String getChildNameByDatatype(Class<? extends IBase> theDatatype)
- Specified by:
getChildNameByDatatype
in classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)
- Specified by:
getChildElementDefinitionByDatatype
in classBaseRuntimeChildDefinition
-
getValidChildNames
public Set<String> getValidChildNames()
- Specified by:
getValidChildNames
in classBaseRuntimeChildDefinition
-
getChildByName
public BaseRuntimeElementDefinition<?> getChildByName(String theName)
- Specified by:
getChildByName
in classBaseRuntimeChildDefinition
-
getResourceTypes
public List<Class<? extends IBaseResource>> getResourceTypes()
-
toString
public String toString()
- Overrides:
toString
in classBaseRuntimeChildDefinition
-
-