public abstract class PlSqlCodeFragment extends DBObjectPlSqlFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier | Constructor and Description | 
|---|---|
protected  | 
PlSqlCodeFragment()  | 
protected  | 
PlSqlCodeFragment(java.lang.String name,
                 DBObject parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addComment(PlSqlComment comment)
Adds the given PlSqlComment to the Comments property array 
 | 
PlSqlComment[] | 
getComments()
Get method for the Comments property 
 | 
void | 
setComments(PlSqlComment[] comments)
Set method for the Comments property 
 | 
copyToImpl, getChildAtOffset, getDeclarationAtOffset, getEndOffset, getEndToken, getName, getReferenceAtOffset, getSourceID, getStartOffset, getStartToken, setEndOffset, setSourceImpl, setStartOffsetsetParentcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertyprotected PlSqlCodeFragment()
protected PlSqlCodeFragment(java.lang.String name,
                 DBObject parent)
public void setComments(PlSqlComment[] comments)
comments - comments within this PlSql code fragmentpublic PlSqlComment[] getComments()
public void addComment(PlSqlComment comment)
comment - comment within this PlSql code fragment