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