contents   index   previous   next



seAssign

 

syntax:

   boolean

SEContext.seAssign(SEObject destObj,

                   SEMemberDesc destMem,

                   SEObject srcObj,

                   SEMemberDesc srcMem);

where:

destObj the desination object half of the Object,Member pair

 

destMem the desination member half of the Object,Member pair

 

srcObj the source object half of the Object,Member pair

 

srcMem the desination member half of the Object,Member pair

 

return:

A boolean, true if the destination member was created, false if it already existed.

 

description:

This function does a get on the source Object,Member followed by a put of that value to the destination Object,Member.

 

see:

seMustAssign

 


seMustAssign