public enum MATLABRequestState extends java.lang.Enum<MATLABRequestState>
| Enum Constant and Description |
|---|
CANCELLED_STATE |
ERROR_STATE |
IN_QUEUE_STATE |
PROCESSING_STATE |
READING_STATE |
READY_STATE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getState() |
static MATLABRequestState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MATLABRequestState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MATLABRequestState READING_STATE
public static final MATLABRequestState IN_QUEUE_STATE
public static final MATLABRequestState PROCESSING_STATE
public static final MATLABRequestState READY_STATE
public static final MATLABRequestState CANCELLED_STATE
public static final MATLABRequestState ERROR_STATE
public static MATLABRequestState[] values()
for (MATLABRequestState c : MATLABRequestState.values()) System.out.println(c);
public static MATLABRequestState 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 nullpublic java.lang.String getState()
Copyright 2010-2022 The MathWorks, Inc.