|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.jdeveloper.deploy.dt.DeployElement
oracle.jdeveloper.deploy.sp.PlsqlMethod
public class PlsqlMethod
Abstract base data model representing common aspects of PL/SQL procedures and functions.
Field Summary | |
---|---|
static java.lang.String |
ACTION_DELETE |
static java.lang.String |
ACTION_EDIT_METHOD_SIGNATURE |
static java.lang.String |
ACTION_PREVIEW_SQL_STATEMENT |
Fields inherited from class oracle.javatools.data.HashStructureAdapter |
---|
_hash |
Constructor Summary | |
---|---|
PlsqlMethod() Default constructor required for JavaBean status. |
Method Summary | |
---|---|
java.lang.Object |
copyTo(java.lang.Object object) Copy support. |
protected void |
copyToImpl(PlsqlMethod copy) Design pattern for supporting strongly typed copying. |
boolean |
equals(java.lang.Object o) Equals support. |
protected boolean |
equalsImpl(PlsqlMethod plsqlMethod) This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object) . |
java.lang.String |
getLongLabel() This implementation delegates to DeployElement.getShortLabel() . |
MethodSignature |
getMethodSignature() Returns the current MethodSignature . |
java.lang.String |
getShortLabel() Returns a short label that can be displayed to the user. |
void |
setMethodSignature(MethodSignature methodSignature) A null MethodSignature will cause the method to be skipped during deployment. |
Methods inherited from class oracle.jdeveloper.deploy.dt.DeployElement |
---|
attach, detach, getAttributes, getChildren, getData, getIcon, 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 |
Field Detail |
---|
public static final java.lang.String ACTION_EDIT_METHOD_SIGNATURE
public static final java.lang.String ACTION_PREVIEW_SQL_STATEMENT
public static final java.lang.String ACTION_DELETE
Constructor Detail |
---|
public PlsqlMethod()
Method Detail |
---|
public java.lang.Object copyTo(java.lang.Object object)
HashStructureAdapter
copyTo
in class HashStructureAdapter
protected final void copyToImpl(PlsqlMethod copy)
public MethodSignature getMethodSignature()
MethodSignature
.public void setMethodSignature(MethodSignature methodSignature)
null
MethodSignature
will cause the method to be skipped during deployment.public java.lang.String getShortLabel()
Displayable
String
is considered translatable and should therefore be placed in an appropriate resource file. When possible, the returned label should be reasonably short enough to show in the navigator or explorer windows but long enough to clearly identify and distinguish the Displayable
.getShortLabel
in interface Displayable
getShortLabel
in class DeployElement
Displayable
that can be shown to the user.public java.lang.String getLongLabel()
DeployElement
DeployElement.getShortLabel()
.getLongLabel
in interface Displayable
getLongLabel
in class DeployElement
Displayable
that can be shown to the user.Displayable.getLongLabel()
public boolean equals(java.lang.Object o)
HashStructureAdapter
HashStructureAdapter._hash
, this base equals implementation should be sufficient and not need to be overridden.equals
in class HashStructureAdapter
protected final boolean equalsImpl(PlsqlMethod plsqlMethod)
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.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |