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