public enum WDAServerFlag extends java.lang.Enum<WDAServerFlag> implements io.appium.java_client.service.local.flags.ServerArgument
| Enum Constant and Description |
|---|
WDA_PORT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgument() |
static WDAServerFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WDAServerFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WDAServerFlag WDA_PORT
public static WDAServerFlag[] values()
for (WDAServerFlag c : WDAServerFlag.values()) System.out.println(c);
public static WDAServerFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getArgument()
getArgument in interface io.appium.java_client.service.local.flags.ServerArgument