public enum RealmType extends Enum<RealmType>
| 枚举常量和说明 |
|---|
AudioWorklet |
DedicatedWorker |
PaintWorklet |
ServiceWorker |
SharedWorker |
Window |
Worker |
Worklet |
public static final RealmType Window
public static final RealmType DedicatedWorker
public static final RealmType SharedWorker
public static final RealmType ServiceWorker
public static final RealmType Worker
public static final RealmType PaintWorklet
public static final RealmType AudioWorklet
public static final RealmType Worklet
public static RealmType[] values()
for (RealmType c : RealmType.values()) System.out.println(c);
public static RealmType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getType()
Copyright © 2020–2025. All rights reserved.