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