chengfan
Committed by Thomas Vachuska

[ONOS-2715]implement MW icon extension for onos

1.add a new device type named "MW"

Change-Id: If9084426f380918416490c29f93d2caa75b0fb55
...@@ -26,7 +26,8 @@ public interface Device extends Element { ...@@ -26,7 +26,8 @@ public interface Device extends Element {
26 * Coarse classification of the type of the infrastructure device. 26 * Coarse classification of the type of the infrastructure device.
27 */ 27 */
28 public enum Type { 28 public enum Type {
29 - SWITCH, ROUTER, ROADM, OTN, ROADM_OTN, FIREWALL, BALANCER, IPS, IDS, CONTROLLER, VIRTUAL, FIBER_SWITCH, OTHER 29 + SWITCH, ROUTER, ROADM, OTN, ROADM_OTN, FIREWALL, BALANCER, IPS, IDS, CONTROLLER,
30 + VIRTUAL, FIBER_SWITCH, MICROWAVE, OTHER
30 } 31 }
31 32
32 /** 33 /**
......