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