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