public abstract class PlSqlSchemaObjectSpec extends PlSqlSchemaObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportTYPE| Constructor and Description | 
|---|
PlSqlSchemaObjectSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canHaveBody()
Some Types cannot have a body (ie VARRAYs and TABLES). 
 | 
DBObjectID | 
getBodyID()
Get method for the bodyID property 
 | 
void | 
setBodyID(DBObjectID bodyID)
Set method for the bodyID property 
 | 
getBlocks, getComments, getDatatypes, getEndOffset, getReferences, getSchema, getSource, getStartOffset, getSubPrograms, getVariables, setSchema, setSourceaddBlock, addDatatype, addReference, addSubProgram, addVariable, findOwnedObject, getSubProgram, getType, getVariable, setBlocks, setDatatypes, setReferences, setSubPrograms, setVariablesaddComment, setCommentscopyToImpl, getChildAtOffset, getDeclarationAtOffset, getEndToken, getName, getReferenceAtOffset, getSourceID, getStartToken, setEndOffset, setSourceImpl, setStartOffsetsetParentcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, 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, waitgetChildAtOffset, getDeclarationAtOffset, getEndToken, getReferenceAtOffset, getStartTokenaddObjectListener, removeObjectListeneraddObjectListener, fireObjectUpdated, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertygetParentpublic boolean canHaveBody()
public void setBodyID(DBObjectID bodyID)
bodyID - The ID of the Body of this Spec object, if anypublic DBObjectID getBodyID()