Class ResponseCodeEnumFactory
- java.lang.Object
-
- org.hl7.fhir.r4.model.codesystems.ResponseCodeEnumFactory
-
- All Implemented Interfaces:
Serializable,org.hl7.fhir.instance.model.api.IBaseEnumFactory<ResponseCode>,EnumFactory<ResponseCode>
public class ResponseCodeEnumFactory extends Object implements EnumFactory<ResponseCode>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseCodeEnumFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseCodefromCode(String codeString)Read an enumeration value from the string that represents it on the XML or JSONStringtoCode(ResponseCode code)Get the XML/JSON representation for an enumerated valueStringtoSystem(ResponseCode code)Get the system URI for an enumerated value
-
-
-
Constructor Detail
-
ResponseCodeEnumFactory
public ResponseCodeEnumFactory()
-
-
Method Detail
-
fromCode
public ResponseCode fromCode(String codeString) throws IllegalArgumentException
Description copied from interface:EnumFactoryRead an enumeration value from the string that represents it on the XML or JSON- Specified by:
fromCodein interfaceEnumFactory<ResponseCode>- Specified by:
fromCodein interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<ResponseCode>- Parameters:
codeString- the value found in the XML or JSON- Returns:
- the enumeration value
- Throws:
IllegalArgumentException
-
toCode
public String toCode(ResponseCode code)
Description copied from interface:EnumFactoryGet the XML/JSON representation for an enumerated value- Specified by:
toCodein interfaceEnumFactory<ResponseCode>- Specified by:
toCodein interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<ResponseCode>- Parameters:
code- - the enumeration value- Returns:
- the XML/JSON representation
-
toSystem
public String toSystem(ResponseCode code)
Description copied from interface:EnumFactoryGet the system URI for an enumerated value- Specified by:
toSystemin interfaceEnumFactory<ResponseCode>- Specified by:
toSystemin interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<ResponseCode>- Parameters:
code- - the enumeration value- Returns:
- the XML/JSON representation
-
-