|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectReference<V>
Provide a container for passing an object that can be changed by the recipient.
| Method Summary | |
|---|---|
V |
setNull()
Set the value to null. |
V |
setValue(V value)
Set the value. |
| Methods inherited from interface org.eclipse.jpt.common.utility.ReadOnlyObjectReference |
|---|
getValue, isNotNull, isNull, valueEquals, valueNotEqual |
| Method Detail |
|---|
V setValue(V value)
V setNull()
null.
Return the previous value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||