static enum InspcVariable.ModeHandleVariable extends java.lang.Enum<InspcVariable.ModeHandleVariable>
Enum Constant and Description |
---|
kIdTargetDisabled
The variable has not responsed and it is set to disable yet.
|
kIdTargetUsePerPath |
kTargetHandleRequested
The variable was requested with cmdRequestHandle.
|
kTargetNotSet
The Variable is not used yet.
|
kTargetUseByHandle
The variable has a valid handle.
|
Modifier and Type | Method and Description |
---|---|
static InspcVariable.ModeHandleVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InspcVariable.ModeHandleVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InspcVariable.ModeHandleVariable kTargetNotSet
public static final InspcVariable.ModeHandleVariable kIdTargetDisabled
public static final InspcVariable.ModeHandleVariable kIdTargetUsePerPath
public static final InspcVariable.ModeHandleVariable kTargetUseByHandle
InspcVariable.handleTarget
should hava a proper value.
The cmdRequestByHandle is used.public static final InspcVariable.ModeHandleVariable kTargetHandleRequested
public static InspcVariable.ModeHandleVariable[] values()
for (InspcVariable.ModeHandleVariable c : InspcVariable.ModeHandleVariable.values()) System.out.println(c);
public static InspcVariable.ModeHandleVariable 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