| 枚举常量和说明 |
|---|
ALIOS_THINGS
The alios things.
|
ANDROID
The android.
|
ARDUINO
The arduino.
|
ARM_CMSIS
The rm cmsis.
|
ECOS
The ecos.
|
EMBEDDED
The embedded.
|
ESP_IDF
The esp valuef.
|
FREE_RTOS
The free rtos.
|
FREEBSD
The freebsd.
|
HUAWEI_LITEOS
The huawei liteos.
|
IOS
The ios.
|
LINUX
The linux.
|
MACOS
The macos.
|
MBEDOS
The mbedos.
|
MOBILE
The mobile.
|
MOBILE_H5
The mobile html5
|
NUTTX
The nuttx.
|
PC
The pc.
|
PC_H5
The pc html5
|
QNX
The qnx.
|
RT_THREAD
The rt thread.
|
RTOS
The rtos.
|
RTX
The rtx.
|
RUST_HALT
The rust halt.
|
STM32_CUBE
The stm32 cube.
|
SYLIXOS
The sylixos.
|
TENCENTOS_TINY
The tencentos tiny.
|
TOCK
The tock.
|
UCLINUX
The uclinux.
|
UCOSII
The ucosii.
|
VXWORKS
The vxworks.
|
WINDOWS
The windows.
|
WINDOWS_PHONE
The windows phone.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Platforms |
group()
get group value.
|
boolean |
isGroup()
Checks if is group.
|
java.util.List<Platform> |
platforms()
get platforms value.
|
java.lang.Integer |
value() |
static Platforms |
valueOf(int value)
value of value.
|
static Platforms |
valueOf(java.lang.Integer value)
value of value.
|
static Platforms |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Platforms[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Platforms MOBILE
public static final Platforms MOBILE_H5
public static final Platforms ANDROID
public static final Platforms IOS
public static final Platforms WINDOWS_PHONE
public static final Platforms PC
public static final Platforms PC_H5
public static final Platforms WINDOWS
public static final Platforms LINUX
public static final Platforms MACOS
public static final Platforms FREEBSD
public static final Platforms RTOS
public static final Platforms FREE_RTOS
public static final Platforms RT_THREAD
public static final Platforms ALIOS_THINGS
public static final Platforms HUAWEI_LITEOS
public static final Platforms TENCENTOS_TINY
public static final Platforms UCLINUX
public static final Platforms UCOSII
public static final Platforms ECOS
public static final Platforms MBEDOS
public static final Platforms RTX
public static final Platforms VXWORKS
public static final Platforms QNX
public static final Platforms NUTTX
public static final Platforms SYLIXOS
public static final Platforms TOCK
public static final Platforms EMBEDDED
public static final Platforms ARDUINO
public static final Platforms RUST_HALT
public static final Platforms STM32_CUBE
public static final Platforms ESP_IDF
public static final Platforms ARM_CMSIS
public static Platforms[] values()
for (Platforms c : Platforms.values()) System.out.println(c);
public static Platforms valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public boolean isGroup()
public Platforms group()
public java.util.List<Platform> platforms()
public static Platforms valueOf(java.lang.Integer value)
value - the valuepublic static Platforms valueOf(int value)
value - the value