程序包 com.mbap.util.os

枚举 EPlatform

java.lang.Object
java.lang.Enum<EPlatform>
com.mbap.util.os.EPlatform
所有已实现的接口:
Serializable, Comparable<EPlatform>, java.lang.constant.Constable

@Deprecated public enum EPlatform extends Enum<EPlatform>
已过时。
类: EPlatform 功能描述: 目前所有的操作系统枚举 创建人: 张亚杰 创建日期: 2015-3-31上午9:27:11 开发环境: JDK6.0
  • 枚举常量详细资料

    • 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
      已过时。
  • 方法详细资料

    • values

      public static EPlatform[] values()
      已过时。
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static EPlatform valueOf(String name)
      已过时。
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 Enum<EPlatform>