Package ca.uhn.fhir.context
Class RuntimeChildUndeclaredExtensionDefinition
- java.lang.Object
-
- ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
public class RuntimeChildUndeclaredExtensionDefinition extends BaseRuntimeChildDefinition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
BaseRuntimeChildDefinition.IAccessor, BaseRuntimeChildDefinition.IMutator
-
-
Constructor Summary
Constructors Constructor Description RuntimeChildUndeclaredExtensionDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcreateExtensionChildName(BaseRuntimeElementDefinition<?> next)BaseRuntimeChildDefinition.IAccessorgetAccessor()BaseRuntimeElementDefinition<?>getChildByName(String theName)BaseRuntimeElementDefinition<?>getChildElementDefinitionByDatatype(Class<? extends IBase> theType)StringgetChildNameByDatatype(Class<? extends IBase> theDatatype)StringgetElementName()intgetMax()intgetMin()BaseRuntimeChildDefinition.IMutatorgetMutator()Set<String>getValidChildNames()booleanisSummary()-
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeChildDefinition
getExtensionUrl, getInstanceConstructorArguments, getReplacedParentDefinition, setReplacedParentDefinition, toString
-
-
-
-
Constructor Detail
-
RuntimeChildUndeclaredExtensionDefinition
public RuntimeChildUndeclaredExtensionDefinition()
-
-
Method Detail
-
getAccessor
public BaseRuntimeChildDefinition.IAccessor getAccessor()
- Specified by:
getAccessorin classBaseRuntimeChildDefinition
-
getChildByName
public BaseRuntimeElementDefinition<?> getChildByName(String theName)
- Specified by:
getChildByNamein classBaseRuntimeChildDefinition
-
getChildElementDefinitionByDatatype
public BaseRuntimeElementDefinition<?> getChildElementDefinitionByDatatype(Class<? extends IBase> theType)
- Specified by:
getChildElementDefinitionByDatatypein classBaseRuntimeChildDefinition
-
getChildNameByDatatype
public String getChildNameByDatatype(Class<? extends IBase> theDatatype)
- Specified by:
getChildNameByDatatypein classBaseRuntimeChildDefinition
-
getElementName
public String getElementName()
- Specified by:
getElementNamein classBaseRuntimeChildDefinition
-
getMax
public int getMax()
- Specified by:
getMaxin classBaseRuntimeChildDefinition
-
getMin
public int getMin()
- Specified by:
getMinin classBaseRuntimeChildDefinition
-
getMutator
public BaseRuntimeChildDefinition.IMutator getMutator()
- Specified by:
getMutatorin classBaseRuntimeChildDefinition
-
getValidChildNames
public Set<String> getValidChildNames()
- Specified by:
getValidChildNamesin classBaseRuntimeChildDefinition
-
isSummary
public boolean isSummary()
- Specified by:
isSummaryin classBaseRuntimeChildDefinition
-
createExtensionChildName
public static String createExtensionChildName(BaseRuntimeElementDefinition<?> next)
-
-