oracle.jdeveloper.audit.extension
Class AuditHook.Value
java.lang.Object
  
oracle.jdeveloper.audit.extension.AuditHook.Definition
      
oracle.jdeveloper.audit.extension.AuditHook.Value
- All Implemented Interfaces: 
 - java.lang.Comparable<AuditHook.Value>, org.xml.sax.Locator
 
- Enclosing class:
 - AuditHook
 
public static class AuditHook.Value
- extends AuditHook.Definition
- implements java.lang.Comparable<AuditHook.Value>
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
AuditHook.Value
public AuditHook.Value(java.lang.String name,
                       ElementContext context)
setText
public void setText(java.lang.String text)
 
 
addValue
public boolean addValue(AuditHook.Value value)
 
 
getName
public java.lang.String getName()
 
 
getText
public java.lang.String getText()
 
 
getValues
public java.util.Collection<AuditHook.Value> getValues()
 
 
compareTo
public int compareTo(AuditHook.Value that)
- Specified by:
 compareTo in interface java.lang.Comparable<AuditHook.Value>
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.