oracle.jdeveloper.audit.service
Class AuditType
java.lang.Object
oracle.jdeveloper.audit.service.AuditType
- All Implemented Interfaces:
- TypeSafeEnumeration
- public class AuditType
- extends java.lang.Object
- implements TypeSafeEnumeration
An enumeration of the Audit feature types. Note the distinction between Audit the framework and Audit the feature: the Audit framework supports two features: Audit and Metrics.
Method Summary |
java.lang.String |
toString()
Gets the name of the feature. |
static AuditType |
valueOf(java.lang.String string)
Gets the feature corresponding to a name, or null if the name is invalid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AUDIT
public static final AuditType AUDIT
- The value identfying the Audit feature.
METRICS
public static final AuditType METRICS
- The value identfying the Metrics feature.
toString
public java.lang.String toString()
- Gets the name of the feature.
valueOf
public static AuditType valueOf(java.lang.String string)
- Gets the feature corresponding to a name, or null if the name is invalid. This is the inverse of
toString()
Copyright © 1997, 2004, Oracle. All rights reserved.