blob: 8cb131607c6ae0f333d24b41d9ae9e66aca4bf18 [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.onrc.onos.ofcontroller.flowmanager;
/**
*
* @author nickkaranatsios
*/
public enum ApplnObjectType {
FLOWPATH,
FLOWENTRY,
UNKNOWN
}