public static enum WANOperationsClient.SenderOperation extends Enum<WANOperationsClient.SenderOperation>
| Modifier and Type | Method and Description |
|---|---|
static WANOperationsClient.SenderOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WANOperationsClient.SenderOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WANOperationsClient.SenderOperation START
public static final WANOperationsClient.SenderOperation STOP
public static final WANOperationsClient.SenderOperation PAUSE
public static final WANOperationsClient.SenderOperation RESUME
public static WANOperationsClient.SenderOperation[] values()
for (WANOperationsClient.SenderOperation c : WANOperationsClient.SenderOperation.values()) System.out.println(c);
public static WANOperationsClient.SenderOperation 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.