public static enum RuntimeOperator.OperatorType extends Enum<RuntimeOperator.OperatorType> implements BmcEnum
The type of Runtime Operator
Enum Constant and Description |
---|
ActualEndOperator |
BashOperator |
DecisionOperator |
EndOperator |
ExpressionOperator |
LoopOperator |
MergeOperator |
RestOperator |
StartOperator |
TaskOperator |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeOperator.OperatorType |
create(String key) |
String |
getValue() |
static RuntimeOperator.OperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeOperator.OperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeOperator.OperatorType BashOperator
public static final RuntimeOperator.OperatorType TaskOperator
public static final RuntimeOperator.OperatorType RestOperator
public static final RuntimeOperator.OperatorType StartOperator
public static final RuntimeOperator.OperatorType EndOperator
public static final RuntimeOperator.OperatorType ExpressionOperator
public static final RuntimeOperator.OperatorType MergeOperator
public static final RuntimeOperator.OperatorType DecisionOperator
public static final RuntimeOperator.OperatorType LoopOperator
public static final RuntimeOperator.OperatorType ActualEndOperator
public static final RuntimeOperator.OperatorType UnknownEnumValue
public static RuntimeOperator.OperatorType[] values()
for (RuntimeOperator.OperatorType c : RuntimeOperator.OperatorType.values()) System.out.println(c);
public static RuntimeOperator.OperatorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RuntimeOperator.OperatorType create(String key)
Copyright © 2016–2024. All rights reserved.