コード例 #1
0
 /**
  * Sets the value of this bandwidth extension.
  *
  * @param bw the value of this bandwidth extension.
  */
 public void setBandwidth(String bw) {
   super.setText(bw);
 }