public static enum WANOperationsClient.SenderState extends Enum<WANOperationsClient.SenderState>
| Enum Constant and Description |
|---|
SENDER_PAUSED |
SENDER_RUNNING |
SENDER_STOPPED |
| Modifier and Type | Method and Description |
|---|---|
static WANOperationsClient.SenderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WANOperationsClient.SenderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WANOperationsClient.SenderState SENDER_RUNNING
public static final WANOperationsClient.SenderState SENDER_STOPPED
public static final WANOperationsClient.SenderState SENDER_PAUSED
public static WANOperationsClient.SenderState[] values()
for (WANOperationsClient.SenderState c : WANOperationsClient.SenderState.values()) System.out.println(c);
public static WANOperationsClient.SenderState 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.