public static enum AuditHelper.eAudit extends java.lang.Enum<AuditHelper.eAudit>
| Enum Constant and Description |
|---|
Created |
Notification |
ProcessRun |
Resource |
Status |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuditName() |
static AuditHelper.eAudit |
getEnum(java.lang.String name) |
static AuditHelper.eAudit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditHelper.eAudit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditHelper.eAudit Created
public static final AuditHelper.eAudit Notification
public static final AuditHelper.eAudit Resource
public static final AuditHelper.eAudit Status
public static final AuditHelper.eAudit ProcessRun
public static AuditHelper.eAudit[] values()
for (AuditHelper.eAudit c : AuditHelper.eAudit.values()) System.out.println(c);
public static AuditHelper.eAudit valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AuditHelper.eAudit getEnum(java.lang.String name)
public java.lang.String getAuditName()