Enum Enablement

    • Enum Constant Detail

      • Passive

        public static final Enablement Passive
        Channel is simply part of the group, but doesn't act on the group
      • Enabling

        public static final Enablement Enabling
        Channel enables archiving of the group when non-zero
      • Disabling

        public static final Enablement Disabling
        Channel disables archiving of the group when non-zero
    • Method Detail

      • values

        public static Enablement[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Enablement valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null