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