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