blob: 6fa2cd1e365aac3916ca4857e6edb4d835ac380d [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 ApplnObjectType {
FLOWPATH,
FLOWENTRY,
UNKNOWN
}