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