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