public class RequestResourceTypesEnumFactory extends Object implements EnumFactory<RequestResourceTypes>
| Constructor and Description |
|---|
RequestResourceTypesEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
RequestResourceTypes |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(RequestResourceTypes code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(RequestResourceTypes code)
Get the system URI for an enumerated value
|
public RequestResourceTypesEnumFactory()
public RequestResourceTypes fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<RequestResourceTypes>fromCode in interface EnumFactory<RequestResourceTypes>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(RequestResourceTypes code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<RequestResourceTypes>toCode in interface EnumFactory<RequestResourceTypes>code - - the enumeration valuepublic String toSystem(RequestResourceTypes code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<RequestResourceTypes>toSystem in interface EnumFactory<RequestResourceTypes>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.