Extension SDK 9.0.5

oracle.jdeveloper.cm.ds.db
Interface SourceObject

All Superinterfaces:
Copyable, DBObject, SchemaObject, Subject
All Known Implementing Classes:
JavaSource, PlSql

public interface SourceObject
extends SchemaObject


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
 java.lang.String getSource()
           
 void setSource(java.lang.String source)
           
 
Methods inherited from interface oracle.jdeveloper.cm.ds.db.SchemaObject
getSchema, setSchema
 
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

getSource

public java.lang.String getSource()

setSource

public void setSource(java.lang.String source)

Extension SDK

 

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