
Uses of Class
ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum
-
Packages that use QuantityComparatorEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
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 QuantityComparatorEnum Modifier and Type Method Description ca.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 QuantityComparatorEnum Modifier and Type Method Description QuantityDt
QuantityDt. setComparator(QuantityComparatorEnum theValue)
Sets the value(s) for comparator ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type QuantityComparatorEnum Modifier and Type Method Description QuantityDt
QuantityDt. 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 QuantityComparatorEnum Constructor Description QuantityDt(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 QuantityComparatorEnum Modifier and Type Field Description static 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 QuantityComparatorEnum Modifier and Type Method Description static QuantityComparatorEnum
QuantityComparatorEnum. forCode(String theCode)
Returns the enumerated value associated with this codestatic QuantityComparatorEnum
QuantityComparatorEnum. valueOf(String name)
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.
-