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