setD method

Pointer<WaveC> setD(
  1. WaveD o
)

Implementation

Pointer<WaveC> setD(WaveD o) {
  ref.setD(o);
  return this;
}