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