Enum RuntimeOperator.Status
- java.lang.Object
- 
- java.lang.Enum<RuntimeOperator.Status>
- 
- com.oracle.bmc.dataintegration.model.RuntimeOperator.Status
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<RuntimeOperator.Status>
 - Enclosing class:
- RuntimeOperator
 
 public static enum RuntimeOperator.Status extends Enum<RuntimeOperator.Status> implements BmcEnum Status of RuntimeOperator.This field is deprecated, use RuntimeOperator’s executionState field instead. 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ErrorNotStartedQueuedRunningSuccessTerminatedTerminatingUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeOperator.Statuscreate(String key)StringgetValue()static RuntimeOperator.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeOperator.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
NotStartedpublic static final RuntimeOperator.Status NotStarted 
 - 
Queuedpublic static final RuntimeOperator.Status Queued 
 - 
Runningpublic static final RuntimeOperator.Status Running 
 - 
Terminatingpublic static final RuntimeOperator.Status Terminating 
 - 
Terminatedpublic static final RuntimeOperator.Status Terminated 
 - 
Successpublic static final RuntimeOperator.Status Success 
 - 
Errorpublic static final RuntimeOperator.Status Error 
 - 
UnknownEnumValuepublic static final RuntimeOperator.Status UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static RuntimeOperator.Status[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RuntimeOperator.Status c : RuntimeOperator.Status.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static RuntimeOperator.Status valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static RuntimeOperator.Status create(String key) 
 
- 
 
-