Enum Ipv4SetupMethod

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Ipv4SetupMethod>, MethodClass

    @Deprecated
    public enum Ipv4SetupMethod
    extends java.lang.Enum<Ipv4SetupMethod>
    implements MethodClass
    Deprecated.
    since 1.5.1. Use the none enum initializer of MethodParameter.
    This class contains the methods defined for IC Ipv4Setup.
    • Enum Constant Detail

      • ADD_MC_IP_ADDRESS

        public static final Ipv4SetupMethod ADD_MC_IP_ADDRESS
        Deprecated.
      • DELETE_MC_IP_ADDRESS

        public static final Ipv4SetupMethod DELETE_MC_IP_ADDRESS
        Deprecated.
      • GET_NBOF_MC_IP_ADDRESSES

        public static final Ipv4SetupMethod GET_NBOF_MC_IP_ADDRESSES
        Deprecated.
    • Method Detail

      • values

        public static Ipv4SetupMethod[] values()
        Deprecated.
        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 (Ipv4SetupMethod c : Ipv4SetupMethod.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Ipv4SetupMethod valueOf​(java.lang.String name)
        Deprecated.
        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
      • getMethodName

        public java.lang.String getMethodName()
        Deprecated.
        Specified by:
        getMethodName in interface MethodClass