blob: 8cb131607c6ae0f333d24b41d9ae9e66aca4bf18 [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
7/**
8 *
9 * @author nickkaranatsios
10 */
11public enum ApplnObjectType {
12 FLOWPATH,
13 FLOWENTRY,
14 UNKNOWN
15}
16