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