
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum
Packages that use QuantityComparatorEnum
-
Uses of QuantityComparatorEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type QuantityComparatorEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<QuantityComparatorEnum> QuantityDt.getComparatorElement()
Gets the value(s) for comparator ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type QuantityComparatorEnumModifier and TypeMethodDescriptionQuantityDt.setComparator
(QuantityComparatorEnum theValue) Sets the value(s) for comparator ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type QuantityComparatorEnumModifier and TypeMethodDescriptionQuantityDt.setComparator
(ca.uhn.fhir.model.primitive.BoundCodeDt<QuantityComparatorEnum> theValue) Sets the value(s) for comparator ()Constructors in ca.uhn.fhir.model.dstu2.composite with parameters of type QuantityComparatorEnumModifierConstructorDescriptionQuantityDt
(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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type QuantityComparatorEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<QuantityComparatorEnum> QuantityComparatorEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return QuantityComparatorEnumModifier 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.