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