Enum Class EPlatform

java.lang.Object
java.lang.Enum<EPlatform>
com.luna.common.os.EPlatform
All Implemented Interfaces:
Serializable, Comparable<EPlatform>, java.lang.constant.Constable

public enum EPlatform extends Enum<EPlatform>
Author:
luna
  • Enum Constant Details

    • Any

      public static final EPlatform Any
    • Linux

      public static final EPlatform Linux
    • Mac_OS

      public static final EPlatform Mac_OS
    • Mac_OS_X

      public static final EPlatform Mac_OS_X
    • Windows

      public static final EPlatform Windows
    • OS2

      public static final EPlatform OS2
    • Solaris

      public static final EPlatform Solaris
    • SunOS

      public static final EPlatform SunOS
    • MPEiX

      public static final EPlatform MPEiX
    • HP_UX

      public static final EPlatform HP_UX
    • AIX

      public static final EPlatform AIX
    • OS390

      public static final EPlatform OS390
    • FreeBSD

      public static final EPlatform FreeBSD
    • Irix

      public static final EPlatform Irix
    • Digital_Unix

      public static final EPlatform Digital_Unix
    • NetWare_411

      public static final EPlatform NetWare_411
    • OSF1

      public static final EPlatform OSF1
    • OpenVMS

      public static final EPlatform OpenVMS
    • Others

      public static final EPlatform Others
  • Method Details

    • values

      public static EPlatform[] 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 EPlatform 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EPlatform>