blob: 8764ce4b8449c4099f7885cf945276fccf76a5d2 [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.onrc.onos.ofcontroller.flowmanager;
public enum DBOperationType {
ADD,
UPDATE,
QUERY,
REMOVE,
INVALID
}