public static enum PhotosController.Property extends java.lang.Enum<PhotosController.Property>
Enum Constant and Description |
---|
CAMERAS |
FILE_COMPRESSION_QUALITY |
FILE_FORMAT |
SELECTED_CAMERAS |
Modifier and Type | Method and Description |
---|---|
static PhotosController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhotosController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhotosController.Property CAMERAS
public static final PhotosController.Property SELECTED_CAMERAS
public static final PhotosController.Property FILE_FORMAT
public static final PhotosController.Property FILE_COMPRESSION_QUALITY
public static PhotosController.Property[] values()
for (PhotosController.Property c : PhotosController.Property.values()) System.out.println(c);
public static PhotosController.Property 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 null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License