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