Package ca.uhn.fhir.context
Class RuntimeChildNarrativeDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
ca.uhn.fhir.context.RuntimeChildCompositeDatatypeDefinition
ca.uhn.fhir.context.RuntimeChildNarrativeDefinition
-
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
ConstructorDescriptionRuntimeChildNarrativeDefinition
(Field theField, String theElementName, Child theChildAnnotation, Description theDescriptionAnnotation, Class<? extends IBase> theDatatype) -
Method Summary
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
getBoundEnumType, getChildByName, getChildElementDefinitionByDatatype, getChildNameByDatatype, getDatatype, getValidChildNames, 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, isMultipleCardinality, setReplacedParentDefinition
-
Constructor Details
-
RuntimeChildNarrativeDefinition
public RuntimeChildNarrativeDefinition(Field theField, String theElementName, Child theChildAnnotation, Description theDescriptionAnnotation, Class<? extends IBase> theDatatype)
-