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