public static class TestScript.TestScriptRequestMethodCodeEnumFactory extends Object implements EnumFactory<TestScript.TestScriptRequestMethodCode>
| Constructor and Description |
|---|
TestScriptRequestMethodCodeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TestScriptRequestMethodCode |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<TestScript.TestScriptRequestMethodCode> |
fromType(Base code) |
String |
toCode(TestScript.TestScriptRequestMethodCode code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(TestScript.TestScriptRequestMethodCode code)
Get the XML/JSON representation for an enumerated value
|
public TestScriptRequestMethodCodeEnumFactory()
public TestScript.TestScriptRequestMethodCode fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<TestScript.TestScriptRequestMethodCode>fromCode in interface IBaseEnumFactory<TestScript.TestScriptRequestMethodCode>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<TestScript.TestScriptRequestMethodCode> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(TestScript.TestScriptRequestMethodCode code)
EnumFactorytoCode in interface EnumFactory<TestScript.TestScriptRequestMethodCode>toCode in interface IBaseEnumFactory<TestScript.TestScriptRequestMethodCode>code - - the enumeration valuepublic String toSystem(TestScript.TestScriptRequestMethodCode code)
EnumFactorytoSystem in interface EnumFactory<TestScript.TestScriptRequestMethodCode>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.