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