set

public abstract void set(Object object)(source)

Sets the object assigned to the type of this field.

This field is required to be an class field.

Parameters

object

the object


public abstract void set(Object instance, Object object)(source)

Sets the object assigned to the given instance.

This field is required to be an instance field.

Parameters

instance

the instance

object

the object