public static enum Target.Builder.Platform extends Enum<Target.Builder.Platform>
Enum Constant and Description |
---|
APPEXTCHROME |
APPLE |
GOOGLE |
WEBCHROME |
WEBFIREFOX |
WEBSAFARI |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Target.Builder.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Target.Builder.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Target.Builder.Platform APPLE
public static final Target.Builder.Platform GOOGLE
public static final Target.Builder.Platform WEBCHROME
public static final Target.Builder.Platform WEBFIREFOX
public static final Target.Builder.Platform WEBSAFARI
public static final Target.Builder.Platform APPEXTCHROME
public static Target.Builder.Platform[] values()
for (Target.Builder.Platform c : Target.Builder.Platform.values()) System.out.println(c);
public static Target.Builder.Platform 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 final String getValue()
Copyright © 2019. All rights reserved.