Enum Class QOSClass

java.lang.Object
java.lang.Enum<QOSClass>
dev.pfaff.glass.apple.gcd.QOSClass
All Implemented Interfaces:
Serializable, Comparable<QOSClass>, Constable

public enum QOSClass extends Enum<QOSClass>
  • Enum Constant Details

    • QOS_CLASS_USER_INTERACTIVE

      public static final QOSClass QOS_CLASS_USER_INTERACTIVE
    • QOS_CLASS_USER_INITIATED

      public static final QOSClass QOS_CLASS_USER_INITIATED
    • QOS_CLASS_DEFAULT

      public static final QOSClass QOS_CLASS_DEFAULT
    • QOS_CLASS_UTILITY

      public static final QOSClass QOS_CLASS_UTILITY
    • QOS_CLASS_BACKGROUND

      public static final QOSClass QOS_CLASS_BACKGROUND
    • QOS_CLASS_MAINTENANCE

      public static final QOSClass QOS_CLASS_MAINTENANCE
    • QOS_CLASS_UNSPECIFIED

      public static final QOSClass QOS_CLASS_UNSPECIFIED
  • Field Details

    • value

      public final long value
  • Method Details

    • values

      public static QOSClass[] 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 QOSClass 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