Class Ratio
- java.lang.Object
-
- org.opencds.cqf.cql.engine.runtime.Ratio
-
-
Constructor Summary
Constructors Constructor Description Ratio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanequal(java.lang.Object other)java.lang.Booleanequivalent(java.lang.Object other)QuantitygetDenominator()QuantitygetNumerator()RatiosetDenominator(Quantity denominator)RatiosetNumerator(Quantity numerator)java.lang.StringtoString()
-
-
-
Method Detail
-
getNumerator
public Quantity getNumerator()
-
getDenominator
public Quantity getDenominator()
-
equivalent
public java.lang.Boolean equivalent(java.lang.Object other)
- Specified by:
equivalentin interfaceCqlType
-
equal
public java.lang.Boolean equal(java.lang.Object other)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-