JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.luna.common.os.EPlatform
Packages that use
EPlatform
Package
Description
com.luna.common.os
系统相关
Uses of
EPlatform
in
com.luna.common.os
Methods in
com.luna.common.os
that return
EPlatform
Modifier and Type
Method
Description
static
EPlatform
OSinfo.
getOSname
()
获取操作系统名字
static
EPlatform
EPlatform.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
EPlatform
[]
EPlatform.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.