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