Merge "Updated pom.xml to build documentation only on jenkins merge-job"
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropWriteSetField.java
1 package org.openflow.codec.protocol.statistics.table;
2
3 /**
4  * Class defines OFPTFPT_WRITE_SETFIELD type
5  *
6  * @author AnilGujele
7  *
8  */
9 public class OFPTableFeaturePropWriteSetField extends OFPTableFeaturePropOXM {
10
11     /**
12      * constructor
13      */
14     public OFPTableFeaturePropWriteSetField() {
15         super.setOFTableFeaturePropType(OFPTableFeaturePropType.WRITE_SETFIELD);
16     }
17
18 }