Extension SDK 9.0.5

oracle.jdeveloper.cm.ds.db
Class ConstraintID

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.ConstraintID
All Implemented Interfaces:
DBObjectID

public final class ConstraintID
extends java.lang.Object
implements DBObjectID


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

createObjectID

public static ConstraintID createObjectID(DBObjectID parent,
                                          java.lang.String cName,
                                          java.lang.String cType)

equals

public boolean equals(java.lang.Object target)

equals

public boolean equals(DBObjectID id)
Description copied from interface: DBObjectID
Whether the specified id is equivalent to this id.

Specified by:
equals in interface DBObjectID
Parameters:
id - the DBObjectID being checked for equality
Returns:
whether the id is equal to this

equals

public boolean equals(DBObjectID id,
                      boolean strict)
Description copied from interface: DBObjectID
Whether the specified id is equivalent to this id.

Specified by:
equals in interface DBObjectID
Parameters:
id - the DBObjectID being checked for equality
strict - whether a strict definition of equality should be used.
Returns:
whether the id is equal to this

toString

public java.lang.String toString()
Specified by:
toString in interface DBObjectID

getType

public java.lang.String getType()
Description copied from interface: DBObjectID
Retrieves the type of object referenced by this id.

Specified by:
getType in interface DBObjectID
Returns:
the type of object
See Also:
DBObject.getType();

resolveID

public DBObject resolveID()
                   throws DBException
Description copied from interface: DBObjectID
Resolves the id into the object referenced.

Specified by:
resolveID in interface DBObjectID
Returns:
the DBObject referenced by this DBObjectID
Throws:
DBException

getParent

public DBObjectID getParent()

getConstraintName

public java.lang.String getConstraintName()

getConstraintType

public java.lang.String getConstraintType()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.