| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractBuildableObject
oracle.javatools.db.plsql.DBObjectPlSqlFragment
oracle.javatools.db.plsql.PlSqlReference
public class PlSqlReference
A reference from some PL/SQL to another DBObject. Optionally, this may be a DataTypeUsage (with its DataTypeAttributes). A reference may be one of four ReferenceType's:
| Nested Class Summary | |
|---|---|
static class | 
PlSqlReference.ReferenceType
 | 
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport | 
| Field Summary | |
|---|---|
static java.lang.String | 
TYPE
 | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
PlSqlReference()
 | 
|
| Method Summary | |
|---|---|
protected  void | 
copyToImpl(AbstractDBObject copy,
           DBObject copyParent,
           IDPolicy idPolicy)
Implementation method for making a copy of this object.  | 
 DataTypeUsage | 
getDataTypeUsage()
Get method for the DataTypeUsage property  | 
 DBObjectID | 
getReferenceID()
Get method for the ReferenceID property  | 
protected  void | 
getReferenceIDsImpl(java.util.Collection<DBObjectID> refs)
Implementation first checks that the object has been built - then returns the collection from suprt.getReferenceIDsImpl().  | 
 PlSqlReference.ReferenceType | 
getReferenceType()
Get method for the ReferenceType property  | 
 java.lang.String | 
getType()
Returns the type of this object.  | 
 void | 
setDataTypeUsage(DataTypeUsage dataTypeUsage)
Set method for the DataTypeUsage property  | 
 void | 
setReferenceID(DBObjectID referenceID)
Set method for the ReferenceID property  | 
 void | 
setReferenceType(PlSqlReference.ReferenceType referenceType)
Set method for the ReferenceType property  | 
| Methods inherited from class oracle.javatools.db.plsql.DBObjectPlSqlFragment | 
|---|
clearSourceID, getChildAtOffset, getEndOffset, getParent, getSourceID, getStartOffset, setEndOffset, setParent, setStartOffset | 
| Methods inherited from class oracle.javatools.db.AbstractBuildableObject | 
|---|
checkInit, checkInit, equalsImpl, getOwnedObjectsImpl, getProperties, getProperty, needsInitialization, setProperty | 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, getProperty, setProperties, setProperty | 
| Field Detail | 
|---|
public static final java.lang.String TYPE
| Constructor Detail | 
|---|
public PlSqlReference()
| Method Detail | 
|---|
public java.lang.String getType()
DBObject
public void setReferenceID(DBObjectID referenceID)
referenceID - public DBObjectID getReferenceID()
public void setReferenceType(PlSqlReference.ReferenceType referenceType)
referenceType - public PlSqlReference.ReferenceType getReferenceType()
public void setDataTypeUsage(DataTypeUsage dataTypeUsage)
dataTypeUsage - public DataTypeUsage getDataTypeUsage()
protected void getReferenceIDsImpl(java.util.Collection<DBObjectID> refs)
AbstractBuildableObject
getReferenceIDsImpl in class AbstractBuildableObjectrefs - the collection of ids this object references
protected void copyToImpl(AbstractDBObject copy,
                          DBObject copyParent,
                          IDPolicy idPolicy)
AbstractDBObject
copyToImpl in class DBObjectPlSqlFragmentcopy - the copy being created of this objectcopyParent - if this object is being copied underneath a parent, this
 parameter is the copy of the parent of this object, which will therefore
 need to be the parent of the copy of this object.idPolicy - the policy for copying the object's ID.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||