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