![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.dstu2.model.Quantity.QuantityComparator
Packages that use Quantity.QuantityComparator
-
Uses of Quantity.QuantityComparator in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Quantity.QuantityComparatorModifier and TypeFieldDescriptionprotected Enumeration
<Quantity.QuantityComparator> Quantity.comparator
How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g.Methods in org.hl7.fhir.dstu2.model that return Quantity.QuantityComparatorModifier and TypeMethodDescriptionstatic Quantity.QuantityComparator
Quantity.getComparator()
static Quantity.QuantityComparator
Returns the enum constant of this type with the specified name.static Quantity.QuantityComparator[]
Quantity.QuantityComparator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Quantity.QuantityComparatorMethods in org.hl7.fhir.dstu2.model with parameters of type Quantity.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparator
(Quantity.QuantityComparator value) Quantity.QuantityComparatorEnumFactory.toCode
(Quantity.QuantityComparator code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Quantity.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparatorElement
(Enumeration<Quantity.QuantityComparator> value)