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