Package ca.uhn.fhir.context
Class RuntimeIdDatatypeDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeElementDefinition<IPrimitiveType<?>>
ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
ca.uhn.fhir.context.RuntimeIdDatatypeDefinition
- All Implemented Interfaces:
IRuntimeDatatypeDefinition
public class RuntimeIdDatatypeDefinition
extends RuntimePrimitiveDatatypeDefinition
implements IRuntimeDatatypeDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeElementDefinition
BaseRuntimeElementDefinition.ChildTypeEnum
-
Constructor Summary
ConstructorDescriptionRuntimeIdDatatypeDefinition
(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType) -
Method Summary
Methods inherited from class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
getChildByName, getChildren, getNativeType, getProfileOf, isProfileOf, isSpecialization
Methods inherited from class ca.uhn.fhir.context.BaseRuntimeElementDefinition
addExtension, getDeclaredExtension, getExtensions, getExtensionsModifier, getExtensionsNonModifier, getImplementingClass, getName, getRootParentDefinition, hasExtensions, isStandardType, newInstance, newInstance, toString, validateSealed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.context.IRuntimeDatatypeDefinition
getImplementingClass, getProfileOf, isProfileOf, isSpecialization
-
Constructor Details
-
RuntimeIdDatatypeDefinition
public RuntimeIdDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType)
-
-
Method Details
-
getChildType
- Overrides:
getChildType
in classRuntimePrimitiveDatatypeDefinition
-