
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
Constructors Constructor Description RuntimeIdDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseRuntimeElementDefinition.ChildTypeEnum
getChildType()
-
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 Detail
-
RuntimeIdDatatypeDefinition
public RuntimeIdDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType)
-
-
Method Detail
-
getChildType
public BaseRuntimeElementDefinition.ChildTypeEnum getChildType()
- Overrides:
getChildType
in classRuntimePrimitiveDatatypeDefinition
-
-