public class ContractSecurityControlEnumFactory extends Object implements EnumFactory<ContractSecurityControl>
| Constructor and Description |
|---|
ContractSecurityControlEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ContractSecurityControl |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(ContractSecurityControl code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ContractSecurityControl code)
Get the system URI for an enumerated value
|
public ContractSecurityControlEnumFactory()
public ContractSecurityControl fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractSecurityControl>fromCode in interface EnumFactory<ContractSecurityControl>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(ContractSecurityControl code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractSecurityControl>toCode in interface EnumFactory<ContractSecurityControl>code - - the enumeration valuepublic String toSystem(ContractSecurityControl code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractSecurityControl>toSystem in interface EnumFactory<ContractSecurityControl>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.