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