Uses of Class
org.openflow.protocol.OFOXMField

Packages that use OFOXMField
org.openflow.protocol   
org.openflow.protocol.action   
org.openflow.protocol.statistics.tableFeatures   
 

Uses of OFOXMField in org.openflow.protocol
 

Subclasses of OFOXMField in org.openflow.protocol
 class OFMatchField
           
 

Methods in org.openflow.protocol that return OFOXMField
 OFOXMField OFOXMField.clone()
           
 

Uses of OFOXMField in org.openflow.protocol.action
 

Fields in org.openflow.protocol.action declared as OFOXMField
protected  OFOXMField OFActionSetField.field
           
 

Methods in org.openflow.protocol.action that return OFOXMField
 OFOXMField OFActionSetField.getField()
           
 

Methods in org.openflow.protocol.action with parameters of type OFOXMField
 OFActionSetField OFActionSetField.setField(OFOXMField field)
           
 

Constructors in org.openflow.protocol.action with parameters of type OFOXMField
OFActionSetField(OFOXMField field)
           
 

Uses of OFOXMField in org.openflow.protocol.statistics.tableFeatures
 

Fields in org.openflow.protocol.statistics.tableFeatures with type parameters of type OFOXMField
protected  java.util.List<OFOXMField> OFTableFeaturesPropertyOXM.oxmFields
           
 

Methods in org.openflow.protocol.statistics.tableFeatures that return types with arguments of type OFOXMField
 java.util.List<OFOXMField> OFTableFeaturesPropertyOXM.getOXMFields()
          Returns read-only copies of the oxmFields contained in this Flow Mod
 

Method parameters in org.openflow.protocol.statistics.tableFeatures with type arguments of type OFOXMField
 OFTableFeaturesPropertyOXM OFTableFeaturesPropertyOXM.setOXMFields(java.util.List<OFOXMField> oxmFields)
          Sets the list of oxmFields this Flow Mod contains