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