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