Package org.hl7.cql.model
Class SimpleType
java.lang.Object
org.hl7.cql.model.DataType
org.hl7.cql.model.SimpleType
- All Implemented Interfaces:
NamedType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()instantiate(InstantiationContext context) booleanisCompatibleWith(DataType other) booleanbooleanisInstantiable(DataType callType, InstantiationContext context) voidtoString()Methods inherited from class org.hl7.cql.model.DataType
getBaseType, getCommonSuperTypeOf, isSubTypeOf, isSuperTypeOf, toLabel
-
Constructor Details
-
SimpleType
-
SimpleType
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceNamedType
-
getSimpleName
- Specified by:
getSimpleNamein interfaceNamedType
-
getName
-
getTarget
-
setTarget
-
hashCode
public int hashCode() -
equals
-
toString
-
isCompatibleWith
- Overrides:
isCompatibleWithin classDataType
-
isGeneric
public boolean isGeneric() -
isInstantiable
- Specified by:
isInstantiablein classDataType
-
instantiate
- Specified by:
instantiatein classDataType
-