|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.reflect.RelationHandlerAdapter
public class RelationHandlerAdapter
Simple adapter for IRelationHandler
| Constructor Summary | |
|---|---|
RelationHandlerAdapter()
|
|
| Method Summary | |
|---|---|
Object[] |
get(Object owner)
The objects associated with owner. |
Object |
insert(Object owner,
Object value)
Add a new object to the association in owner. |
Object |
remove(Object owner,
Object value)
Remove an object from the association in owner. |
Object |
update(Object owner,
Object value,
Object newValue)
Update value in the association for owner to newValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelationHandlerAdapter()
| Method Detail |
|---|
public Object[] get(Object owner)
IRelationHandler
get in interface IRelationHandler
public Object insert(Object owner,
Object value)
IRelationHandler
insert in interface IRelationHandler
public Object remove(Object owner,
Object value)
IRelationHandler
remove in interface IRelationHandler
public Object update(Object owner,
Object value,
Object newValue)
IRelationHandler
update in interface IRelationHandler
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||