public enum ShutterSpeed extends java.lang.Enum<ShutterSpeed>
Enum Constant and Description |
---|
AUTO |
SS_1_10 |
SS_1_100 |
SS_1_1000 |
SS_1_125 |
SS_1_1250 |
SS_1_13 |
SS_1_15 |
SS_1_160 |
SS_1_1600 |
SS_1_20 |
SS_1_200 |
SS_1_2000 |
SS_1_25 |
SS_1_250 |
SS_1_2500 |
SS_1_30 |
SS_1_320 |
SS_1_3200 |
SS_1_40 |
SS_1_400 |
SS_1_4000 |
SS_1_50 |
SS_1_500 |
SS_1_5000 |
SS_1_60 |
SS_1_640 |
SS_1_6400 |
SS_1_80 |
SS_1_800 |
SS_1_8000 |
SS_10_75 |
Modifier and Type | Method and Description |
---|---|
Rational |
value() |
static ShutterSpeed |
valueOf(Rational value) |
static ShutterSpeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShutterSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShutterSpeed AUTO
public static final ShutterSpeed SS_1_8000
public static final ShutterSpeed SS_1_6400
public static final ShutterSpeed SS_1_5000
public static final ShutterSpeed SS_1_4000
public static final ShutterSpeed SS_1_3200
public static final ShutterSpeed SS_1_2500
public static final ShutterSpeed SS_1_2000
public static final ShutterSpeed SS_1_1600
public static final ShutterSpeed SS_1_1250
public static final ShutterSpeed SS_1_1000
public static final ShutterSpeed SS_1_800
public static final ShutterSpeed SS_1_640
public static final ShutterSpeed SS_1_500
public static final ShutterSpeed SS_1_400
public static final ShutterSpeed SS_1_320
public static final ShutterSpeed SS_1_250
public static final ShutterSpeed SS_1_200
public static final ShutterSpeed SS_1_160
public static final ShutterSpeed SS_1_125
public static final ShutterSpeed SS_1_100
public static final ShutterSpeed SS_1_80
public static final ShutterSpeed SS_1_60
public static final ShutterSpeed SS_1_50
public static final ShutterSpeed SS_1_40
public static final ShutterSpeed SS_1_30
public static final ShutterSpeed SS_1_25
public static final ShutterSpeed SS_1_20
public static final ShutterSpeed SS_1_15
public static final ShutterSpeed SS_1_13
public static final ShutterSpeed SS_1_10
public static final ShutterSpeed SS_10_75
public static ShutterSpeed[] values()
for (ShutterSpeed c : ShutterSpeed.values()) System.out.println(c);
public static ShutterSpeed 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 nullpublic Rational value()
public static ShutterSpeed valueOf(Rational value)