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