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 XML/JSON representation for an enumerated value
|
public UseEnumFactory()
public Claim.Use fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Claim.Use>fromCode in interface IBaseEnumFactory<Claim.Use>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Claim.Use> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Claim.Use code)
EnumFactorytoCode in interface EnumFactory<Claim.Use>toCode in interface IBaseEnumFactory<Claim.Use>code - - the enumeration valuepublic String toSystem(Claim.Use code)
EnumFactorytoSystem in interface EnumFactory<Claim.Use>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.