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