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