|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.cm.ds.db.ConstraintID
Method Summary | |
static ConstraintID |
createObjectID(DBObjectID parent,
java.lang.String cName,
java.lang.String cType)
|
boolean |
equals(DBObjectID id)
Whether the specified id is equivalent to this id. |
boolean |
equals(DBObjectID id,
boolean strict)
Whether the specified id is equivalent to this id. |
boolean |
equals(java.lang.Object target)
|
java.lang.String |
getConstraintName()
|
java.lang.String |
getConstraintType()
|
DBObjectID |
getParent()
|
java.lang.String |
getType()
Retrieves the type of object referenced by this id. |
DBObject |
resolveID()
Resolves the id into the object referenced. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static ConstraintID createObjectID(DBObjectID parent, java.lang.String cName, java.lang.String cType)
public boolean equals(java.lang.Object target)
public boolean equals(DBObjectID id)
DBObjectID
equals
in interface DBObjectID
id
- the DBObjectID being checked for equality
public boolean equals(DBObjectID id, boolean strict)
DBObjectID
equals
in interface DBObjectID
id
- the DBObjectID being checked for equalitystrict
- whether a strict definition of equality
should be used.
public java.lang.String toString()
toString
in interface DBObjectID
public java.lang.String getType()
DBObjectID
getType
in interface DBObjectID
DBObject.getType();
public DBObject resolveID() throws DBException
DBObjectID
resolveID
in interface DBObjectID
DBException
public DBObjectID getParent()
public java.lang.String getConstraintName()
public java.lang.String getConstraintType()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.