public static enum Screenshot.ImageType extends Enum<Screenshot.ImageType>
| Enum Constant and Description |
|---|
PNG |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
static Screenshot.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Screenshot.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Screenshot.ImageType PNG
public static Screenshot.ImageType[] values()
for (Screenshot.ImageType c : Screenshot.ImageType.values()) System.out.println(c);
public static Screenshot.ImageType 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 getFileExtension()
Copyright © 2018 ReTest GmbH. All rights reserved.