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