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