public static enum AuditTrailManager.AuditFormats extends java.lang.Enum<AuditTrailManager.AuditFormats>
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
serialize(java.lang.Object object) |
static AuditTrailManager.AuditFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditTrailManager.AuditFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditTrailManager.AuditFormats DEFAULT
public static final AuditTrailManager.AuditFormats JSON
public static AuditTrailManager.AuditFormats[] values()
for (AuditTrailManager.AuditFormats c : AuditTrailManager.AuditFormats.values()) System.out.println(c);
public static AuditTrailManager.AuditFormats 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 abstract java.lang.String serialize(java.lang.Object object)
Copyright © 2007-2021 Apereo. All Rights Reserved.