Skip navigation links

Oracle Application Server DMS API Reference
10g Release 3 (10.1.3.1.0)

B28943-01


oracle.dms.jmx
Interface NamedValue

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, Name, java.io.Serializable
All Known Implementing Classes:
NamedValueSupport

public interface NamedValue
extends Name

NamedValue contains a pair of the name and the value.

Since:
Oracle Application Server 10g (10.1.3)

Method Summary
 java.io.Serializable getValue()
          Gets the value.

 

Methods inherited from interface oracle.dms.table.Name
getName

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Method Detail

getValue

java.io.Serializable getValue()
Gets the value.
Returns:
the value.
Since:
Oracle Application Server 10g (10.1.3)

Skip navigation links

Oracle Application Server DMS API Reference
10g Release 3 (10.1.3.1.0)

B28943-01


Copyright © 2004, 2006, Oracle. All Rights Reserved.