Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy.sp
Class PlsqlPackagedFunction

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.PlsqlPackagedFunction

All Implemented Interfaces:
Displayable, Element, SubDirtyable, Subject, Dirtyable, Deployable, LinkedDirtyable

public class PlsqlPackagedFunction
extends PlsqlMethod

Data model representing a PL/SQL packaged function.


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
PlsqlPackagedFunction()
           

 

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

PlsqlPackagedFunction

public PlsqlPackagedFunction()

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

Skip navigation links

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

E13403-06


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