Package org.hl7.cql.model
Class ChoiceType
java.lang.Object
org.hl7.cql.model.DataType
org.hl7.cql.model.ChoiceType
Created by Bryn on 11/8/2016.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTypes()inthashCode()instantiate(InstantiationContext context) booleanisCompatibleWith(DataType other) booleanbooleanisInstantiable(DataType callType, InstantiationContext context) booleanisSubSetOf(ChoiceType other) booleanisSubTypeOf(DataType other) booleanisSuperSetOf(ChoiceType other) booleanisSuperTypeOf(DataType other) toString()Methods inherited from class org.hl7.cql.model.DataType
getBaseType, getCommonSuperTypeOf, toLabel
-
Constructor Details
-
ChoiceType
-
-
Method Details
-
getTypes
-
hashCode
public int hashCode() -
equals
-
isSubTypeOf
- Overrides:
isSubTypeOfin classDataType
-
isSubSetOf
-
isSuperTypeOf
- Overrides:
isSuperTypeOfin classDataType
-
isSuperSetOf
-
isCompatibleWith
- Overrides:
isCompatibleWithin classDataType
-
toString
-
isGeneric
public boolean isGeneric() -
isInstantiable
- Specified by:
isInstantiablein classDataType
-
instantiate
- Specified by:
instantiatein classDataType
-