Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Interface SchemaObject

All Superinterfaces:
Copyable, DBObject, Subject
All Known Subinterfaces:
BinaryObject, SourceObject
All Known Implementing Classes:
AbstractSchemaObject, JavaClass, JavaResource, JavaSource, PlSql

public interface SchemaObject
extends DBObject

A SchemaObject represents a database object that can exist within the context of a schema.


Field Summary

 

Fields inherited from interface oracle.jdeveloper.cm.ds.db.DBObject
COMMENT

 

Fields inherited from interface oracle.ide.addin.Subject
OBJECT_MODIFIED

 

Method Summary
 Schema getSchema()
          Gets the Schema of this object.
 void setSchema(Schema schema)
          Sets the Schema of this object.

 

Methods inherited from interface oracle.jdeveloper.cm.ds.db.DBObject
copyTo, getID, getName, getProperties, getProperty, getType, setID, setName, setProperties, setProperty

 

Methods inherited from interface oracle.ide.addin.Subject
attach, detach, notifyObservers

 

Method Detail

setSchema

public void setSchema(Schema schema)
Sets the Schema of this object.
Parameters:
schema - the Schema containing this object

getSchema

public Schema getSchema()
Gets the Schema of this object.
Returns:
schema the Schema containing this object

Extension SDK


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