Package org.hl7.cql.model
Class ListType
java.lang.Object
org.hl7.cql.model.DataType
org.hl7.cql.model.ListType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()instantiate(InstantiationContext context) booleanbooleanisInstantiable(DataType callType, InstantiationContext context) booleanisSubTypeOf(DataType other) booleanisSuperTypeOf(DataType other) toLabel()toString()Methods inherited from class org.hl7.cql.model.DataType
getBaseType, getCommonSuperTypeOf, isCompatibleWith
-
Constructor Details
-
ListType
-
-
Method Details
-
getElementType
-
hashCode
public int hashCode() -
equals
-
isSubTypeOf
- Overrides:
isSubTypeOfin classDataType
-
isSuperTypeOf
- Overrides:
isSuperTypeOfin classDataType
-
toString
-
toLabel
-
isGeneric
public boolean isGeneric() -
isInstantiable
- Specified by:
isInstantiablein classDataType
-
instantiate
- Specified by:
instantiatein classDataType
-