Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.deploy.sp
Class PlsqlTopLevelProcedure

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.deploy.dt.DeployElement
          extended by oracle.jdeveloper.deploy.sp.PlsqlMethod
              extended by oracle.jdeveloper.deploy.sp.PlsqlTopLevelMethod
                  extended by oracle.jdeveloper.deploy.sp.PlsqlTopLevelProcedure
All Implemented Interfaces:
Displayable, Element, SubDirtyable, Subject, Dirtyable, Deployable, LinkedDirtyable

public class PlsqlTopLevelProcedure
extends PlsqlTopLevelMethod

Data model representing a top-level Java stored procedure that has no return value.


Field Summary
 
Fields inherited from class oracle.jdeveloper.deploy.sp.PlsqlMethod
ACTION_DELETE, ACTION_EDIT_METHOD_SIGNATURE, ACTION_PREVIEW_SQL_STATEMENT
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Constructor Summary
PlsqlTopLevelProcedure()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object object)
          Copy support.
 boolean equals(java.lang.Object o)
          Equals support.
 javax.swing.Icon getIcon()
          This implementation returns a plain document icon.
 
Methods inherited from class oracle.jdeveloper.deploy.sp.PlsqlTopLevelMethod
copyToImpl, equalsImpl, getInvokerRights, getLongLabel, getReplaceExisting, getSchemaName, setInvokerRights, setReplaceExisting, setSchemaName
 
Methods inherited from class oracle.jdeveloper.deploy.sp.PlsqlMethod
copyToImpl, equalsImpl, getMethodSignature, getShortLabel, setMethodSignature
 
Methods inherited from class oracle.jdeveloper.deploy.dt.DeployElement
attach, detach, getAttributes, getChildren, getData, getToolTipText, isDirty, linkContainingDirtyable, linkEmbeddedDirtyable, linkEmbeddedDirtyable, linkEmbeddedDirtyables, markDirty, mayHaveChildren, notifyObservers, setOwner, toString, unlinkContainingDirtyable, unlinkEmbeddedDirtyable, unlinkEmbeddedDirtyable, unlinkEmbeddedDirtyables
 
Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyToImpl, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlsqlTopLevelProcedure

public PlsqlTopLevelProcedure()
Method Detail

copyTo

public java.lang.Object copyTo(java.lang.Object object)
Description copied from class: HashStructureAdapter
Copy support. The specified target must not be null and must be the exact same type as this instance.

Overrides:
copyTo in class PlsqlMethod

getIcon

public javax.swing.Icon getIcon()
Description copied from class: DeployElement
This implementation returns a plain document icon.

Specified by:
getIcon in interface Displayable
Overrides:
getIcon in class DeployElement
Returns:
the Icon to be displayed for the Displayable.
See Also:
Displayable.getIcon()

equals

public boolean equals(java.lang.Object o)
Description copied from class: HashStructureAdapter
Equals support. As long as the subclass stores all data in the HashStructureAdapter._hash, this base equals implementation should be sufficient and not need to be overridden.

Overrides:
equals in class PlsqlTopLevelMethod

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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