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 system URI for an enumerated value
|
public FilterOperatorEnumFactory()
public CodeSystem.FilterOperator fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<CodeSystem.FilterOperator>fromCode in interface EnumFactory<CodeSystem.FilterOperator>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<CodeSystem.FilterOperator> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(CodeSystem.FilterOperator code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<CodeSystem.FilterOperator>toCode in interface EnumFactory<CodeSystem.FilterOperator>code - - the enumeration valuepublic String toSystem(CodeSystem.FilterOperator code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<CodeSystem.FilterOperator>toSystem in interface EnumFactory<CodeSystem.FilterOperator>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.