java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionType
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.BitsTypeObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class ActionType extends Object implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable

This class represents the following YANG schema fragment defined in module openflow-types

 typedef action-type {
   type bits {
     bit OFPAT_OUTPUT {
       position 0;
     }
     bit OFPAT_COPY_TTL_OUT {
       position 1;
     }
     bit OFPAT_COPY_TTL_IN {
       position 2;
     }
     bit OFPAT_SET_MPLS_TTL {
       position 3;
     }
     bit OFPAT_DEC_MPLS_TTL {
       position 4;
     }
     bit OFPAT_PUSH_VLAN {
       position 5;
     }
     bit OFPAT_POP_VLAN {
       position 6;
     }
     bit OFPAT_PUSH_MPLS {
       position 7;
     }
     bit OFPAT_POP_MPLS {
       position 8;
     }
     bit OFPAT_SET_QUEUE {
       position 9;
     }
     bit OFPAT_GROUP {
       position 10;
     }
     bit OFPAT_SET_NW_TTL {
       position 11;
     }
     bit OFPAT_DEC_NW_TTL {
       position 12;
     }
     bit OFPAT_SET_FIELD {
       position 13;
     }
     bit OFPAT_PUSH_PBB {
       position 14;
     }
     bit OFPAT_POP_PBB {
       position 15;
     }
     bit OFPAT_EXPERIMENTER {
       position 16;
     }
   }
 }
 
See Also:
  • Field Details

    • VALID_NAMES

      protected static final com.google.common.collect.ImmutableSet<String> VALID_NAMES
  • Constructor Details

    • ActionType

      public ActionType(boolean _oFPATCOPYTTLIN, boolean _oFPATCOPYTTLOUT, boolean _oFPATDECMPLSTTL, boolean _oFPATDECNWTTL, boolean _oFPATEXPERIMENTER, boolean _oFPATGROUP, boolean _oFPATOUTPUT, boolean _oFPATPOPMPLS, boolean _oFPATPOPPBB, boolean _oFPATPOPVLAN, boolean _oFPATPUSHMPLS, boolean _oFPATPUSHPBB, boolean _oFPATPUSHVLAN, boolean _oFPATSETFIELD, boolean _oFPATSETMPLSTTL, boolean _oFPATSETNWTTL, boolean _oFPATSETQUEUE)
    • ActionType

      public ActionType(ActionType source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getDefaultInstance

      public static ActionType getDefaultInstance(String defaultValue)
    • getOFPATOUTPUT

      public boolean getOFPATOUTPUT()
    • getOFPATCOPYTTLOUT

      public boolean getOFPATCOPYTTLOUT()
    • getOFPATCOPYTTLIN

      public boolean getOFPATCOPYTTLIN()
    • getOFPATSETMPLSTTL

      public boolean getOFPATSETMPLSTTL()
    • getOFPATDECMPLSTTL

      public boolean getOFPATDECMPLSTTL()
    • getOFPATPUSHVLAN

      public boolean getOFPATPUSHVLAN()
    • getOFPATPOPVLAN

      public boolean getOFPATPOPVLAN()
    • getOFPATPUSHMPLS

      public boolean getOFPATPUSHMPLS()
    • getOFPATPOPMPLS

      public boolean getOFPATPOPMPLS()
    • getOFPATSETQUEUE

      public boolean getOFPATSETQUEUE()
    • getOFPATGROUP

      public boolean getOFPATGROUP()
    • getOFPATSETNWTTL

      public boolean getOFPATSETNWTTL()
    • getOFPATDECNWTTL

      public boolean getOFPATDECNWTTL()
    • getOFPATSETFIELD

      public boolean getOFPATSETFIELD()
    • getOFPATPUSHPBB

      public boolean getOFPATPUSHPBB()
    • getOFPATPOPPBB

      public boolean getOFPATPOPPBB()
    • getOFPATEXPERIMENTER

      public boolean getOFPATEXPERIMENTER()
    • validNames

      public com.google.common.collect.ImmutableSet<String> validNames()
      Specified by:
      validNames in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • values

      public boolean[] values()
      Specified by:
      values in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object