|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.dms.table.NameSupport
public class NameSupport
NameSupport
contains the name.
Constructor Summary | |
---|---|
protected |
NameSupport(java.lang.String name) Constructor. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj) Compares to the given Name for order. |
java.lang.String |
getName() Gets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NameSupport(java.lang.String name)
name
- the name.Method Detail |
---|
public final java.lang.String getName()
getName
in interface Name
public int compareTo(java.lang.Object obj)
Name
for order.compareTo
in interface java.lang.Comparable
obj
- the Name
to be compared.Name
.java.lang.ClassCastException
- if the given object's type prevents it from being compared to this object.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |