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