
Package org.hl7.fhir.dstu3.model
Class GraphDefinition.GraphCompartmentRuleEnumFactory
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.GraphDefinition.GraphCompartmentRuleEnumFactory
-
- All Implemented Interfaces:
Serializable
,EnumFactory<GraphDefinition.GraphCompartmentRule>
,org.hl7.fhir.instance.model.api.IBaseEnumFactory<GraphDefinition.GraphCompartmentRule>
- Enclosing class:
- GraphDefinition
public static class GraphDefinition.GraphCompartmentRuleEnumFactory extends Object implements EnumFactory<GraphDefinition.GraphCompartmentRule>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphCompartmentRuleEnumFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphDefinition.GraphCompartmentRule
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSONEnumeration<GraphDefinition.GraphCompartmentRule>
fromType(Base code)
String
toCode(GraphDefinition.GraphCompartmentRule code)
Get the XML/JSON representation for an enumerated valueString
toSystem(GraphDefinition.GraphCompartmentRule code)
Get the XML/JSON representation for an enumerated value
-
-
-
Constructor Detail
-
GraphCompartmentRuleEnumFactory
public GraphCompartmentRuleEnumFactory()
-
-
Method Detail
-
fromCode
public GraphDefinition.GraphCompartmentRule fromCode(String codeString) throws IllegalArgumentException
Description copied from interface:EnumFactory
Read an enumeration value from the string that represents it on the XML or JSON- Specified by:
fromCode
in interfaceEnumFactory<GraphDefinition.GraphCompartmentRule>
- Specified by:
fromCode
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<GraphDefinition.GraphCompartmentRule>
- Parameters:
codeString
- the value found in the XML or JSON- Returns:
- the enumeration value
- Throws:
IllegalArgumentException
-
fromType
public Enumeration<GraphDefinition.GraphCompartmentRule> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
public String toCode(GraphDefinition.GraphCompartmentRule code)
Description copied from interface:EnumFactory
Get the XML/JSON representation for an enumerated value- Specified by:
toCode
in interfaceEnumFactory<GraphDefinition.GraphCompartmentRule>
- Specified by:
toCode
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<GraphDefinition.GraphCompartmentRule>
- Parameters:
code
- - the enumeration value- Returns:
- the XML/JSON representation
-
toSystem
public String toSystem(GraphDefinition.GraphCompartmentRule code)
Description copied from interface:EnumFactory
Get the XML/JSON representation for an enumerated value- Specified by:
toSystem
in interfaceEnumFactory<GraphDefinition.GraphCompartmentRule>
- Specified by:
toSystem
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<GraphDefinition.GraphCompartmentRule>
- Parameters:
code
- - the enumeration value- Returns:
- the XML/JSON representation
-
-