public static enum CGPollingTransportTaskManager.STATE extends Enum<CGPollingTransportTaskManager.STATE>
Modifier and Type | Method and Description |
---|---|
static CGPollingTransportTaskManager.STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CGPollingTransportTaskManager.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CGPollingTransportTaskManager.STATE STOPPED
public static final CGPollingTransportTaskManager.STATE STARTED
public static final CGPollingTransportTaskManager.STATE FAILURE
public static CGPollingTransportTaskManager.STATE[] values()
for (CGPollingTransportTaskManager.STATE c : CGPollingTransportTaskManager.STATE.values()) System.out.println(c);
public static CGPollingTransportTaskManager.STATE 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 © 2018 WSO2. All rights reserved.