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