public static enum Polling.PollingType extends Enum<Polling.PollingType>
Enum Constant and Description |
---|
childs |
none |
rebase |
self |
siblings |
siblingshlink |
subscribe |
Modifier and Type | Method and Description |
---|---|
static Polling.PollingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polling.PollingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Polling.PollingType none
public static final Polling.PollingType self
public static final Polling.PollingType childs
public static final Polling.PollingType siblings
public static final Polling.PollingType siblingshlink
public static final Polling.PollingType subscribe
public static final Polling.PollingType rebase
public static Polling.PollingType[] values()
for (Polling.PollingType c : Polling.PollingType.values()) System.out.println(c);
public static Polling.PollingType 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 nullCopyright © 2016–2022. All rights reserved.