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