public static enum ThorlabsSC10.TrigMode extends Enum<ThorlabsSC10.TrigMode>
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String code) |
int |
getSetting() |
static ThorlabsSC10.TrigMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThorlabsSC10.TrigMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThorlabsSC10.TrigMode INTERNAL
public static final ThorlabsSC10.TrigMode EXTERNAL
public static ThorlabsSC10.TrigMode[] values()
for (ThorlabsSC10.TrigMode c : ThorlabsSC10.TrigMode.values()) System.out.println(c);
public static ThorlabsSC10.TrigMode 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 int getSetting()
Copyright © 2018 LSST. All rights reserved.