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