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