public static enum InspcPlugUser_ifc.TargetState extends java.lang.Enum<InspcPlugUser_ifc.TargetState>
Enum Constant and Description |
---|
idle |
inactive |
openError |
receive |
waitReceive |
Modifier and Type | Method and Description |
---|---|
static InspcPlugUser_ifc.TargetState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InspcPlugUser_ifc.TargetState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InspcPlugUser_ifc.TargetState inactive
public static final InspcPlugUser_ifc.TargetState idle
public static final InspcPlugUser_ifc.TargetState waitReceive
public static final InspcPlugUser_ifc.TargetState receive
public static final InspcPlugUser_ifc.TargetState openError
public static InspcPlugUser_ifc.TargetState[] values()
for (InspcPlugUser_ifc.TargetState c : InspcPlugUser_ifc.TargetState.values()) System.out.println(c);
public static InspcPlugUser_ifc.TargetState 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