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