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