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