public static enum AuditSupport.AuditType extends Enum<AuditSupport.AuditType>
Enum Constant and Description |
---|
ENDPOINT |
GENERIC |
LOGGER |
PROJECT |
PROXY |
SEQUENCE |
SERVER |
TRANSPORT |
USER |
WORK_MANAGER |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static AuditSupport.AuditType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditSupport.AuditType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditSupport.AuditType GENERIC
public static final AuditSupport.AuditType USER
public static final AuditSupport.AuditType TRANSPORT
public static final AuditSupport.AuditType SEQUENCE
public static final AuditSupport.AuditType ENDPOINT
public static final AuditSupport.AuditType LOGGER
public static final AuditSupport.AuditType PROXY
public static final AuditSupport.AuditType WORK_MANAGER
public static final AuditSupport.AuditType PROJECT
public static final AuditSupport.AuditType SERVER
public static AuditSupport.AuditType[] values()
for (AuditSupport.AuditType c : AuditSupport.AuditType.values()) System.out.println(c);
public static AuditSupport.AuditType 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 int getIndex()
Copyright © 2010–2016 AdroitLogic. All rights reserved.