Enum Class DefinedDetail

java.lang.Object
java.lang.Enum<DefinedDetail>
org.libvirt.event.DefinedDetail
All Implemented Interfaces:
Serializable, Comparable<DefinedDetail>, Constable, DomainEventDetail

public enum DefinedDetail extends Enum<DefinedDetail> implements DomainEventDetail
  • Enum Constant Details

    • ADDED

      public static final DefinedDetail ADDED
      Newly created config file.
    • UPDATED

      public static final DefinedDetail UPDATED
      Changed config file.
    • UNKNOWN

      public static final DefinedDetail UNKNOWN
  • Method Details

    • values

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

      public static DefinedDetail valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null