public static enum AuditEvent.AuditEventAgentNetworkType extends Enum<AuditEvent.AuditEventAgentNetworkType>
| Enum Constant and Description |
|---|
_1
The machine name, including DNS name.
|
_2
The assigned Internet Protocol (IP) address.
|
_3
The assigned telephone number.
|
_4
The assigned email address.
|
_5
URI (User directory, HTTP-PUT, ftp, etc.).
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEvent.AuditEventAgentNetworkType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AuditEvent.AuditEventAgentNetworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent.AuditEventAgentNetworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEvent.AuditEventAgentNetworkType _1
public static final AuditEvent.AuditEventAgentNetworkType _2
public static final AuditEvent.AuditEventAgentNetworkType _3
public static final AuditEvent.AuditEventAgentNetworkType _4
public static final AuditEvent.AuditEventAgentNetworkType _5
public static final AuditEvent.AuditEventAgentNetworkType NULL
public static AuditEvent.AuditEventAgentNetworkType[] values()
for (AuditEvent.AuditEventAgentNetworkType c : AuditEvent.AuditEventAgentNetworkType.values()) System.out.println(c);
public static AuditEvent.AuditEventAgentNetworkType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AuditEvent.AuditEventAgentNetworkType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.