I don't know what do you mean exactly copy value object into another object.
Se, if you want copy the value from one object to another object, you can use call by value or pass by reference depends on your scenario.
You can use parm method to take the value from one object and pass it to another object with pack and uunpack method.
or you can use static method to pass the value as argument.