public enum ScStatus extends java.lang.Enum<ScStatus>
Enum Constant and Description |
---|
SC_APPL_NOT_FOUND
Deprecated.
|
SC_COMMUNICATION_ERROR
Deprecated.
|
SC_ERR_END
Deprecated.
|
SC_EXEC_CMD_ERROR
Deprecated.
|
SC_FILE_IO_ERROR
Deprecated.
|
SC_KEYSTROKE_ERROR
Deprecated.
|
SC_NOT_SUPPORTED
Deprecated.
|
SC_OK
Deprecated.
|
SC_PARAMETER_OUT_OF_RANGE
Deprecated.
|
SC_REGISTRY_ERROR
Deprecated.
|
SC_THREAD_ERROR
Deprecated.
|
SC_WRONG_DEVICE_INDEX
Deprecated.
|
SC_WRONG_USER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ScStatus |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ScStatus[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScStatus SC_OK
public static final ScStatus SC_COMMUNICATION_ERROR
public static final ScStatus SC_WRONG_DEVICE_INDEX
public static final ScStatus SC_PARAMETER_OUT_OF_RANGE
public static final ScStatus SC_FILE_IO_ERROR
public static final ScStatus SC_KEYSTROKE_ERROR
public static final ScStatus SC_APPL_NOT_FOUND
public static final ScStatus SC_REGISTRY_ERROR
public static final ScStatus SC_NOT_SUPPORTED
public static final ScStatus SC_EXEC_CMD_ERROR
public static final ScStatus SC_THREAD_ERROR
public static final ScStatus SC_WRONG_USER
public static final ScStatus SC_ERR_END
public static ScStatus[] values()
for (ScStatus c : ScStatus.values()) System.out.println(c);
public static ScStatus 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