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 |
getValue
public java.io.Serializable getValue()
- Gets the value.
-
- Returns:
- the value.
- Since:
- Oracle Application Server 10g (10.1.3)
Copyright © 2004, 2006, Oracle. All Rights Reserved.