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