Method Summary |
|
public Object | clone() Copies the current instance. |
public String | encode() Gets the string encoded version of this object. |
public int | getBandwidth() Gets the current bandwith. |
public String | getBwtype() Gets the current bandwidth type. |
public String | getType() Returns the bandwidth type. |
public int | getValue() Returns the bandwidth value measured in kilobits per second. |
public void | setBandwidth(int b) Sets the bandwidth member. |
public void | setBwtype(String b) Sets the bandwidth type member. |
public void | setType(String type) Sets the bandwidth type. |
public void | setValue(int value) Sets the bandwidth value. |