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 system URI for an enumerated value
|
public ActionRelationshipType fromCode(String codeString) throws IllegalArgumentException
EnumFactory
fromCode
in interface IBaseEnumFactory<ActionRelationshipType>
fromCode
in interface EnumFactory<ActionRelationshipType>
codeString
- the value found in the XML or JSONIllegalArgumentException
public String toCode(ActionRelationshipType code)
EnumFactory
toCode
in interface IBaseEnumFactory<ActionRelationshipType>
toCode
in interface EnumFactory<ActionRelationshipType>
code
- - the enumeration valuepublic String toSystem(ActionRelationshipType code)
EnumFactory
toSystem
in interface EnumFactory<ActionRelationshipType>
code
- - the enumeration valueCopyright © 2014–2019 University Health Network. All rights reserved.