public class ValidationTypeEnumFactory extends Object implements EnumFactory<ValidationType>
| Constructor and Description |
|---|
ValidationTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ValidationType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(ValidationType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ValidationType code)
Get the system URI for an enumerated value
|
public ValidationTypeEnumFactory()
public ValidationType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ValidationType>fromCode in interface EnumFactory<ValidationType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(ValidationType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ValidationType>toCode in interface EnumFactory<ValidationType>code - - the enumeration valuepublic String toSystem(ValidationType code)
EnumFactorytoSystem in interface EnumFactory<ValidationType>code - - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.