Enum FlowRule.FlowRemoveReason

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FlowRule.FlowRemoveReason>
    Enclosing interface:
    FlowRule

    public static enum FlowRule.FlowRemoveReason
    extends java.lang.Enum<FlowRule.FlowRemoveReason>
    Reason for flow parameter received from switches. Used to check reason parameter in flows.
    • Method Detail

      • values

        public static FlowRule.FlowRemoveReason[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FlowRule.FlowRemoveReason c : FlowRule.FlowRemoveReason.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FlowRule.FlowRemoveReason valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • parseShort

        public static FlowRule.FlowRemoveReason parseShort​(short reason)
        Covert short to enum.
        Parameters:
        reason - remove reason in integer
        Returns:
        reason in enum