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