3d725763e8c13f1f12b6091403eb9fdf0b1bdbfa
[openflowplugin.git] / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropWriteActionsMiss.java
1 package org.openflow.codec.protocol.statistics.table;
2
3 /**
4  * Class defines OFPTFPT_WRITE_ACTIONS_MISS type
5  *
6  * @author AnilGujele
7  *
8  */
9 public class OFPTableFeaturePropWriteActionsMiss extends OFPTableFeaturePropActions {
10
11     /**
12      * constructor
13      */
14     public OFPTableFeaturePropWriteActionsMiss() {
15         super.setOFTableFeaturePropType(OFPTableFeaturePropType.WRITE_ACTIONS_MISS);
16     }
17
18 }