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