Serializable, Comparable<IdleMonitor.PropertyKeys>public static enum IdleMonitor.PropertyKeys extends Enum<IdleMonitor.PropertyKeys>
| Enum Constant | Description |
|---|---|
multiWindowSupport |
|
onactive |
|
onidle |
|
timeout |
|
widgetVar |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static IdleMonitor.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IdleMonitor.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdleMonitor.PropertyKeys widgetVar
public static final IdleMonitor.PropertyKeys timeout
public static final IdleMonitor.PropertyKeys onidle
public static final IdleMonitor.PropertyKeys onactive
public static final IdleMonitor.PropertyKeys multiWindowSupport
public static IdleMonitor.PropertyKeys[] values()
for (IdleMonitor.PropertyKeys c : IdleMonitor.PropertyKeys.values()) System.out.println(c);
public static IdleMonitor.PropertyKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<IdleMonitor.PropertyKeys>Copyright © 2018. All rights reserved.