public enum TargetRule extends java.lang.Enum<TargetRule>
Enum Constant and Description |
---|
ALL
Use all targets of session.
|
USE_MONITOR_DEFAULT_SETTINGS
Use econda-monitor default settings.
|
USE_ONLY_FIRST_FROM_SESSION
Use only one target per session.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
transmitKey |
Modifier and Type | Method and Description |
---|---|
static TargetRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetRule USE_MONITOR_DEFAULT_SETTINGS
public static final TargetRule USE_ONLY_FIRST_FROM_SESSION
public static final TargetRule ALL
public final java.lang.String transmitKey
public static TargetRule[] values()
for (TargetRule c : TargetRule.values()) System.out.println(c);
public static TargetRule 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