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 XML/JSON representation for an enumerated value
|
public ContactPointSystemEnumFactory()
public ContactPoint.ContactPointSystem fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<ContactPoint.ContactPointSystem>fromCode in interface IBaseEnumFactory<ContactPoint.ContactPointSystem>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<ContactPoint.ContactPointSystem> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(ContactPoint.ContactPointSystem code)
EnumFactorytoCode in interface EnumFactory<ContactPoint.ContactPointSystem>toCode in interface IBaseEnumFactory<ContactPoint.ContactPointSystem>code - - the enumeration valuepublic String toSystem(ContactPoint.ContactPointSystem code)
EnumFactorytoSystem in interface EnumFactory<ContactPoint.ContactPointSystem>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.