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