public static enum RuntimeOperatorSummary.OperatorType extends Enum<RuntimeOperatorSummary.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 RuntimeOperatorSummary.OperatorType |
create(String key) |
String |
getValue() |
static RuntimeOperatorSummary.OperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeOperatorSummary.OperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeOperatorSummary.OperatorType BashOperator
public static final RuntimeOperatorSummary.OperatorType TaskOperator
public static final RuntimeOperatorSummary.OperatorType RestOperator
public static final RuntimeOperatorSummary.OperatorType StartOperator
public static final RuntimeOperatorSummary.OperatorType EndOperator
public static final RuntimeOperatorSummary.OperatorType ExpressionOperator
public static final RuntimeOperatorSummary.OperatorType MergeOperator
public static final RuntimeOperatorSummary.OperatorType DecisionOperator
public static final RuntimeOperatorSummary.OperatorType LoopOperator
public static final RuntimeOperatorSummary.OperatorType ActualEndOperator
public static final RuntimeOperatorSummary.OperatorType UnknownEnumValue
public static RuntimeOperatorSummary.OperatorType[] values()
for (RuntimeOperatorSummary.OperatorType c : RuntimeOperatorSummary.OperatorType.values()) System.out.println(c);
public static RuntimeOperatorSummary.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 RuntimeOperatorSummary.OperatorType create(String key)
Copyright © 2016–2024. All rights reserved.