setCfg method

MDElm setCfg(
  1. Configure cfgs
)

Implementation

MDElm setCfg(Configure cfgs){
  this._cfgs=cfgs;
  return this;
}