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

E13403-04

oracle.jdeveloper.deploy.sp
Class PlsqlPackagedProcedure

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.PlsqlPackagedProcedure
All Implemented Interfaces:
Displayable, Element, SubDirtyable, Subject, Dirtyable, Deployable, LinkedDirtyable

public class PlsqlPackagedProcedure
extends PlsqlMethod

Data model representing a packaged Java stored procedure.


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
PlsqlPackagedProcedure()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object object)
          Copy support.
 javax.swing.Icon getIcon()
          This implementation returns a plain document icon.
 
Methods inherited from class oracle.jdeveloper.deploy.sp.PlsqlMethod
copyToImpl, equals, equalsImpl, getLongLabel, 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

PlsqlPackagedProcedure

public PlsqlPackagedProcedure()
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()

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

E13403-04

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