Uses of Class
ca.uhn.fhir.model.dstu2.valueset.FilterOperatorEnum
-
Packages that use FilterOperatorEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of FilterOperatorEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type FilterOperatorEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum>ValueSet.ComposeIncludeFilter. getOpElement()Gets the value(s) for op ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type FilterOperatorEnum Modifier and Type Method Description ValueSet.ComposeIncludeFilterValueSet.ComposeIncludeFilter. setOp(FilterOperatorEnum theValue)Sets the value(s) for op ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type FilterOperatorEnum Modifier and Type Method Description ValueSet.ComposeIncludeFilterValueSet.ComposeIncludeFilter. setOp(ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum> theValue)Sets the value(s) for op () -
Uses of FilterOperatorEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type FilterOperatorEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<FilterOperatorEnum>FilterOperatorEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return FilterOperatorEnum Modifier and Type Method Description static FilterOperatorEnumFilterOperatorEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic FilterOperatorEnumFilterOperatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperatorEnum[]FilterOperatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-