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

E13403-04

oracle.jdeveloper.deploy.sp
Class PlsqlTopLevelFunction

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

public class PlsqlTopLevelFunction
extends PlsqlTopLevelMethod

Data model representing a top-level Java stored 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
PlsqlTopLevelFunction()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object object)
          Copy support.
protected  void copyToImpl(PlsqlTopLevelFunction copy)
           
 boolean equals(java.lang.Object o)
          Equals support.
protected  boolean equalsImpl(PlsqlTopLevelFunction ptlf)
          This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object).
 javax.swing.Icon getIcon()
          This implementation returns a plain document icon.
 boolean isDeterministic()
           
 boolean isParallelEnable()
           
 void setDeterministic(boolean deterministic)
           
 void setParallelEnable(boolean parallelEnable)
           
 
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

PlsqlTopLevelFunction

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

copyToImpl

protected final void copyToImpl(PlsqlTopLevelFunction copy)

isDeterministic

public boolean isDeterministic()

setDeterministic

public void setDeterministic(boolean deterministic)

isParallelEnable

public boolean isParallelEnable()

setParallelEnable

public void setParallelEnable(boolean parallelEnable)

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

equalsImpl

protected final boolean equalsImpl(PlsqlTopLevelFunction ptlf)
This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object). It assumes that the argument is not null.


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.