Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum
-
Uses of QuantityComparatorEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<QuantityComparatorEnum> QuantityDt.getComparatorElement()
Gets the value(s) for comparator ().Modifier and TypeMethodDescriptionQuantityDt.setComparator
(QuantityComparatorEnum theValue) Sets the value(s) for comparator ()Modifier and TypeMethodDescriptionQuantityDt.setComparator
(ca.uhn.fhir.model.primitive.BoundCodeDt<QuantityComparatorEnum> theValue) Sets the value(s) for comparator ()ModifierConstructorDescriptionQuantityDt
(QuantityComparatorEnum theComparator, double theValue, String theUnits) ConstructorQuantityDt
(QuantityComparatorEnum theComparator, double theValue, String theSystem, String theUnits) ConstructorQuantityDt
(QuantityComparatorEnum theComparator, long theValue, String theUnits) ConstructorQuantityDt
(QuantityComparatorEnum theComparator, long theValue, String theSystem, String theUnits) ConstructorSimpleQuantityDt
(QuantityComparatorEnum theComparator, double theValue, String theUnits) ConstructorSimpleQuantityDt
(QuantityComparatorEnum theComparator, long theValue, String theUnits) Constructor -
Uses of QuantityComparatorEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<QuantityComparatorEnum> QuantityComparatorEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic QuantityComparatorEnum
Returns the enumerated value associated with this codestatic QuantityComparatorEnum
Returns the enum constant of this type with the specified name.static QuantityComparatorEnum[]
QuantityComparatorEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.