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