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