Uses of Class
com.ibm.fhir.model.type.code.SearchParamType.ValueSet
-
Packages that use SearchParamType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of SearchParamType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return SearchParamType.ValueSet Modifier and Type Method Description static SearchParamType.ValueSetSearchParamType.ValueSet. from(String value)Factory method for creating SearchParamType.ValueSet values from a passed string value.SearchParamType.ValueSetSearchParamType. getValueAsEnumConstant()static SearchParamType.ValueSetSearchParamType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchParamType.ValueSet[]SearchParamType.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 SearchParamType.ValueSet Modifier and Type Method Description static SearchParamTypeSearchParamType. of(SearchParamType.ValueSet value)Factory method for creating SearchParamType objects from a passed enum value.SearchParamType.BuilderSearchParamType.Builder. value(SearchParamType.ValueSet value)
-