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