public static enum DACheck.EnumConnectionMethod extends Enum<DACheck.EnumConnectionMethod>
| Enum Constant and Description |
|---|
VALUE_ALL |
VALUE_APP |
VALUE_BROWSER |
VALUE_SERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DACheck.EnumConnectionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DACheck.EnumConnectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ALL") public static final DACheck.EnumConnectionMethod VALUE_ALL
@SerializedName(value="APP") public static final DACheck.EnumConnectionMethod VALUE_APP
@SerializedName(value="BROWSER") public static final DACheck.EnumConnectionMethod VALUE_BROWSER
@SerializedName(value="SERVER") public static final DACheck.EnumConnectionMethod VALUE_SERVER
public static DACheck.EnumConnectionMethod[] values()
for (DACheck.EnumConnectionMethod c : DACheck.EnumConnectionMethod.values()) System.out.println(c);
public static DACheck.EnumConnectionMethod 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 nullpublic String toString()
toString in class Enum<DACheck.EnumConnectionMethod>Copyright © 2024. All rights reserved.