Package ca.uhn.fhir.context
Class BaseRuntimeChildDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeChildDefinition
- Direct Known Subclasses:
BaseRuntimeDeclaredChildDefinition,RuntimeChildExt,RuntimeChildUndeclaredExtensionDefinition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BaseRuntimeChildDefinition.IAccessorabstract BaseRuntimeElementDefinition<?>getChildByName(String theName)abstract BaseRuntimeElementDefinition<?>getChildElementDefinitionByDatatype(Class<? extends IBase> theType)abstract StringgetChildNameByDatatype(Class<? extends IBase> theDatatype)abstract Stringabstract intgetMax()abstract intgetMin()abstract BaseRuntimeChildDefinition.IMutatorabstract booleanvoidsetReplacedParentDefinition(BaseRuntimeChildDefinition myReplacedParentDefinition)toString()
-
Constructor Details
-
BaseRuntimeChildDefinition
public BaseRuntimeChildDefinition()
-
-
Method Details
-
getAccessor
-
getChildByName
-
getChildElementDefinitionByDatatype
public abstract BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theType) -
getChildNameByDatatype
-
getElementName
-
getExtensionUrl
-
getInstanceConstructorArguments
-
getMax
-
getMin
-
getMutator
-
getValidChildNames
-
isSummary
-
toString
-
getReplacedParentDefinition
-
setReplacedParentDefinition
-