blob: 8764ce4b8449c4099f7885cf945276fccf76a5d2 [file] [log] [blame]
Nick Karanatsios758df8d2014-01-14 22:16:32 -08001/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package net.onrc.onos.ofcontroller.flowmanager;
6
Nick Karanatsios758df8d2014-01-14 22:16:32 -08007public enum DBOperationType {
8 ADD,
9 UPDATE,
10 QUERY,
11 REMOVE,
12 INVALID
13}
14