Class PropertyResolution
java.lang.Object
org.cqframework.cql.cql2elm.model.PropertyResolution
Created by Bryn on 4/19/2019.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyResolution(org.hl7.cql.model.ClassTypeElement e) PropertyResolution(org.hl7.cql.model.DataType type, String name) PropertyResolution(org.hl7.cql.model.DataType type, String name, Map<org.hl7.cql.model.DataType, String> targetMaps) PropertyResolution(org.hl7.cql.model.SearchType s) PropertyResolution(org.hl7.cql.model.TupleTypeElement e) -
Method Summary
-
Constructor Details
-
PropertyResolution
public PropertyResolution(org.hl7.cql.model.ClassTypeElement e) -
PropertyResolution
public PropertyResolution(org.hl7.cql.model.TupleTypeElement e) -
PropertyResolution
public PropertyResolution(org.hl7.cql.model.SearchType s) -
PropertyResolution
-
PropertyResolution
-
-
Method Details
-
getType
public org.hl7.cql.model.DataType getType() -
getName
-
getTargetMap
-
isSearch
public boolean isSearch()
-