
Package ca.uhn.fhir.context
Class RuntimeChildPrimitiveDatatypeDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
ca.uhn.fhir.context.RuntimeChildPrimitiveDatatypeDefinition
- Direct Known Subclasses:
RuntimeChildPrimitiveBoundCodeDatatypeDefinition,RuntimeChildPrimitiveEnumerationDatatypeDefinition
-
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 -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeChildPrimitiveDatatypeDefinition(Field theField, String theElementName, Description theDescriptionAnnotation, Child theChildAnnotation, Class<? extends IBase> theDatatype) -
Method Summary
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
getBoundEnumType, getChildByName, getChildElementDefinitionByDatatype, getChildNameByDatatype, getDatatype, getValidChildNames, toStringMethods inherited from class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
getAccessor, getBindingValueSet, getElementName, getField, getFormalDefinition, getMax, getMin, getMutator, getShortDefinition, isModifier, isSummary, setModifierMethods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, isMultipleCardinality, setReplacedParentDefinition
-
Constructor Details
-
RuntimeChildPrimitiveDatatypeDefinition
public RuntimeChildPrimitiveDatatypeDefinition(Field theField, String theElementName, Description theDescriptionAnnotation, Child theChildAnnotation, Class<? extends IBase> theDatatype)
-