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