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