Added openflow-codec and openflowj_netty from openflowplugin
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropApplySetField.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplySetField.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplySetField.java
new file mode 100644 (file)
index 0000000..71d34c1
--- /dev/null
@@ -0,0 +1,18 @@
+package org.openflow.codec.protocol.statistics.table;
+
+/**
+ * Class defines OFPTFPT_APPLY_SETFIELD type
+ *
+ * @author AnilGujele
+ *
+ */
+public class OFPTableFeaturePropApplySetField extends OFPTableFeaturePropOXM {
+
+    /**
+     * constructor
+     */
+    public OFPTableFeaturePropApplySetField() {
+        super.setOFTableFeaturePropType(OFPTableFeaturePropType.APPLY_SETFIELD);
+    }
+
+}