blob: 062a7ee1fbf29e70a010170a782752f54c9225db [file] [log] [blame]
package net.onrc.onos.core.topology;
public enum SwitchType {
ETHERNET_SWITCH, OPTICAL_SWITCH;
}