Package ca.uhn.fhir.context
Interface IRuntimeDatatypeDefinition
- All Known Implementing Classes:
RuntimeCompositeDatatypeDefinition
,RuntimeExtensionDtDefinition
,RuntimeIdDatatypeDefinition
,RuntimePrimitiveDatatypeDefinition
public interface IRuntimeDatatypeDefinition
-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends IBaseDatatype> boolean
isProfileOf
(Class<? extends IBaseDatatype> theType) boolean
-
Method Details
-
isSpecialization
boolean isSpecialization() -
getProfileOf
Class<? extends IBaseDatatype> getProfileOf() -
isProfileOf
-
getImplementingClass
Class<? extends IBase> getImplementingClass()
-