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