Extension SDK 9.0.5

oracle.jdeveloper.audit.service
Class AuditType

java.lang.Object
  extended byoracle.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.


Field Summary
static AuditType AUDIT
          The value identfying the Audit feature.
static AuditType METRICS
          The value identfying the Metrics feature.
 
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
 

Field Detail

AUDIT

public static final AuditType AUDIT
The value identfying the Audit feature.


METRICS

public static final AuditType METRICS
The value identfying the Metrics feature.

Method Detail

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()


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.