Module org.xbib.rpm

Enum Class Os

java.lang.Object
java.lang.Enum<Os>
org.xbib.rpm.lead.Os
All Implemented Interfaces:
Serializable, Comparable<Os>, Constable

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

    • UNKNOWN

      public static final Os UNKNOWN
    • LINUX

      public static final Os LINUX
    • IRIX

      public static final Os IRIX
    • SOLARIS

      public static final Os SOLARIS
    • SUNOS

      public static final Os SUNOS
    • AMIGAOS

      public static final Os AMIGAOS
    • AIX

      public static final Os AIX
    • HPUX10

      public static final Os HPUX10
    • OSF1

      public static final Os OSF1
    • FREEBSD

      public static final Os FREEBSD
    • SCO

      public static final Os SCO
    • IRIX64

      public static final Os IRIX64
    • NEXTSTEP

      public static final Os NEXTSTEP
    • BSDI

      public static final Os BSDI
    • MACHTEN

      public static final Os MACHTEN
    • CYGWINNT

      public static final Os CYGWINNT
    • CYGWIN95

      public static final Os CYGWIN95
    • UNIXSV

      public static final Os UNIXSV
    • MINT

      public static final Os MINT
    • OS390

      public static final Os OS390
    • VMESA

      public static final Os VMESA
    • LINUX390

      public static final Os LINUX390
    • MACOSX

      public static final Os MACOSX
  • Method Details

    • values

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