Enum ManagementClass.Backup

java.lang.Object
java.lang.Enum<ManagementClass.Backup>
com.blackhillsoftware.dcollect.ManagementClass.Backup
All Implemented Interfaces:
Serializable, Comparable<ManagementClass.Backup>, java.lang.constant.Constable
Enclosing class:
ManagementClass

public static enum ManagementClass.Backup extends Enum<ManagementClass.Backup>
Admin or user backup
  • Enum Constant Details

  • Method Details

    • values

      public static ManagementClass.Backup[] 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 ManagementClass.Backup 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
    • from

      public static ManagementClass.Backup from(int value)
      Get the Backup for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding Backup