Skip navigation links

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

B28943-01


oracle.dms.table
Interface Name

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
ColumnDefinition, ColumnGroup, NamedValue, Table
All Known Implementing Classes:
NamedValueSupport, NameSupport, RowComparator

public interface Name
extends java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

Name is the base interface for things with a name.

Since:
Oracle Application Server 10g (10.1.3)

Method Summary
 java.lang.String getName()
          Gets the name.

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Method Detail

getName

java.lang.String getName()
Gets the name.
Returns:
the name.
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.