public static enum IJEMHDataTypes.ProfileAuditEventType extends Enum<IJEMHDataTypes.ProfileAuditEventType>
Enum Constant and Description |
---|
COPY |
CREATE |
DELETE |
IMPORT |
RESTORE |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static IJEMHDataTypes.ProfileAuditEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJEMHDataTypes.ProfileAuditEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IJEMHDataTypes.ProfileAuditEventType UPDATE
public static final IJEMHDataTypes.ProfileAuditEventType DELETE
public static final IJEMHDataTypes.ProfileAuditEventType CREATE
public static final IJEMHDataTypes.ProfileAuditEventType COPY
public static final IJEMHDataTypes.ProfileAuditEventType IMPORT
public static final IJEMHDataTypes.ProfileAuditEventType RESTORE
public static IJEMHDataTypes.ProfileAuditEventType[] values()
for (IJEMHDataTypes.ProfileAuditEventType c : IJEMHDataTypes.ProfileAuditEventType.values()) System.out.println(c);
public static IJEMHDataTypes.ProfileAuditEventType 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 nullCopyright © 2008–2022 The Plugin People. All rights reserved.