Uses of Class
com.ibm.fhir.model.type.code.FilterOperator.ValueSet
-
Packages that use FilterOperator.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of FilterOperator.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return FilterOperator.ValueSet Modifier and Type Method Description static FilterOperator.ValueSetFilterOperator.ValueSet. from(String value)Factory method for creating FilterOperator.ValueSet values from a passed string value.FilterOperator.ValueSetFilterOperator. getValueAsEnumConstant()static FilterOperator.ValueSetFilterOperator.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperator.ValueSet[]FilterOperator.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type FilterOperator.ValueSet Modifier and Type Method Description static FilterOperatorFilterOperator. of(FilterOperator.ValueSet value)Factory method for creating FilterOperator objects from a passed enum value.FilterOperator.BuilderFilterOperator.Builder. value(FilterOperator.ValueSet value)
-