Serializable
, Comparable<ChromiumVersion>
public enum ChromiumVersion extends Enum<ChromiumVersion>
Enum Constant | Description |
---|---|
v64_0_3249_0 |
|
v64_0_3276_0 |
|
v65_0_3312_0 |
Modifier and Type | Field | Description |
---|---|---|
int |
revision |
Modifier and Type | Method | Description |
---|---|---|
static ChromiumVersion |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ChromiumVersion[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromiumVersion v64_0_3249_0
public static final ChromiumVersion v64_0_3276_0
public static final ChromiumVersion v65_0_3312_0
public static ChromiumVersion[] values()
for (ChromiumVersion c : ChromiumVersion.values()) System.out.println(c);
public static ChromiumVersion 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 © 2017–2018 WebFolder OÜ. All rights reserved.