
Package ca.uhn.fhir.context
Class RuntimePrimitiveDatatypeDefinition
java.lang.Object
ca.uhn.fhir.context.BaseRuntimeElementDefinition<IPrimitiveType<?>>
ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
- All Implemented Interfaces:
- IRuntimeDatatypeDefinition
- Direct Known Subclasses:
- RuntimeIdDatatypeDefinition
public class RuntimePrimitiveDatatypeDefinition
extends BaseRuntimeElementDefinition<IPrimitiveType<?>>
implements IRuntimeDatatypeDefinition
- 
Nested Class SummaryNested classes/interfaces inherited from class ca.uhn.fhir.context.BaseRuntimeElementDefinitionBaseRuntimeElementDefinition.ChildTypeEnum
- 
Constructor SummaryConstructorsConstructorDescriptionRuntimePrimitiveDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType) 
- 
Method SummaryModifier and TypeMethodDescriptiongetChildByName(String theChildName) Class<?> Class<? extends IBaseDatatype> booleanisProfileOf(Class<? extends IBaseDatatype> theType) booleanMethods inherited from class ca.uhn.fhir.context.BaseRuntimeElementDefinitionaddExtension, getDeclaredExtension, getExtensions, getExtensionsModifier, getExtensionsNonModifier, getImplementingClass, getName, getRootParentDefinition, hasExtensions, isStandardType, newInstance, newInstance, toString, validateSealedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.fhir.context.IRuntimeDatatypeDefinitiongetImplementingClass
- 
Constructor Details- 
RuntimePrimitiveDatatypeDefinitionpublic RuntimePrimitiveDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType) 
 
- 
- 
Method Details- 
getChildren- Overrides:
- getChildrenin class- BaseRuntimeElementDefinition<IPrimitiveType<?>>
 
- 
getChildByName- Overrides:
- getChildByNamein class- BaseRuntimeElementDefinition<IPrimitiveType<?>>
 
- 
getChildType- Specified by:
- getChildTypein class- BaseRuntimeElementDefinition<IPrimitiveType<?>>
 
- 
getNativeType
- 
getProfileOf- Specified by:
- getProfileOfin interface- IRuntimeDatatypeDefinition
 
- 
isProfileOf- Specified by:
- isProfileOfin interface- IRuntimeDatatypeDefinition
 
- 
isSpecialization- Specified by:
- isSpecializationin interface- IRuntimeDatatypeDefinition
 
 
-