|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.core.references.SystemReferencingObjectHelper
public class SystemReferencingObjectHelper
The class should be used by subclasses of SystemReferencingObject
by
instantiating it and delegating to it.
Constructor Summary | |
---|---|
SystemReferencingObjectHelper(IRSEBaseReferencingObject caller)
Default constructor. |
|
SystemReferencingObjectHelper(IRSEBaseReferencingObject caller,
IRSEBaseReferencedObject obj)
Constructor that saves effort of calling setReferencedObject. |
Method Summary | |
---|---|
IRSEBaseReferencedObject |
getReferencedObject()
Get the object which is referenced. |
int |
removeReference()
Removes this reference from the referenced object and clears this reference. |
void |
setReferencedObject(IRSEBaseReferencedObject obj)
Set the object to which this reference will point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemReferencingObjectHelper(IRSEBaseReferencingObject caller)
caller
- the reference that this object is helping.public SystemReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBaseReferencedObject obj)
caller
- the reference that this object is helping.obj
- the object to which this reference will point.Method Detail |
---|
public void setReferencedObject(IRSEBaseReferencedObject obj)
obj
- the object to which this reference will point.public IRSEBaseReferencedObject getReferencedObject()
public int removeReference()
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |