public enum AuditEventParticipantNetworkTypeEnum extends Enum<AuditEventParticipantNetworkTypeEnum>
| Enum Constant and Description |
|---|
EMAIL_ADDRESS
Display: Email address
Code Value: 4 The assigned email address. |
IP_ADDRESS
Display: IP Address
Code Value: 2 The assigned Internet Protocol (IP) address. |
MACHINE_NAME
Display: Machine Name
Code Value: 1 The machine name, including DNS name. |
TELEPHONE_NUMBER
Display: Telephone Number
Code Value: 3 The assigned telephone number. |
URI
Display: URI
Code Value: 5 URI (User directory, HTTP-PUT, ftp, etc.). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AuditEventParticipantNetworkTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
AuditEventParticipantNetworkType
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventParticipantNetworkTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static AuditEventParticipantNetworkTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventParticipantNetworkTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEventParticipantNetworkTypeEnum MACHINE_NAME
public static final AuditEventParticipantNetworkTypeEnum IP_ADDRESS
public static final AuditEventParticipantNetworkTypeEnum TELEPHONE_NUMBER
public static final AuditEventParticipantNetworkTypeEnum EMAIL_ADDRESS
public static final AuditEventParticipantNetworkTypeEnum URI
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AuditEventParticipantNetworkTypeEnum> VALUESET_BINDER
public static AuditEventParticipantNetworkTypeEnum[] values()
for (AuditEventParticipantNetworkTypeEnum c : AuditEventParticipantNetworkTypeEnum.values()) System.out.println(c);
public static AuditEventParticipantNetworkTypeEnum 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 AuditEventParticipantNetworkTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.