Enum Operator.ModelType
- java.lang.Object
-
- java.lang.Enum<Operator.ModelType>
-
- com.oracle.bmc.dataintegration.model.Operator.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<Operator.ModelType>
- Enclosing class:
- Operator
public static enum Operator.ModelType extends Enum<Operator.ModelType> implements BmcEnum
The model type of the operator.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AggregatorOperator
DecisionOperator
DistinctOperator
EndOperator
ExpressionOperator
FilterOperator
FlattenOperator
FunctionOperator
IntersectOperator
JoinerOperator
LookupOperator
MergeOperator
MinusOperator
PipelineOperator
PivotOperator
ProjectionOperator
SortOperator
SourceOperator
SplitOperator
StartOperator
TargetOperator
TaskOperator
UnionOperator
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Operator.ModelType
create(String key)
String
getValue()
static Operator.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SourceOperator
public static final Operator.ModelType SourceOperator
-
FilterOperator
public static final Operator.ModelType FilterOperator
-
JoinerOperator
public static final Operator.ModelType JoinerOperator
-
AggregatorOperator
public static final Operator.ModelType AggregatorOperator
-
ProjectionOperator
public static final Operator.ModelType ProjectionOperator
-
TargetOperator
public static final Operator.ModelType TargetOperator
-
FlattenOperator
public static final Operator.ModelType FlattenOperator
-
DistinctOperator
public static final Operator.ModelType DistinctOperator
-
SortOperator
public static final Operator.ModelType SortOperator
-
UnionOperator
public static final Operator.ModelType UnionOperator
-
IntersectOperator
public static final Operator.ModelType IntersectOperator
-
MinusOperator
public static final Operator.ModelType MinusOperator
-
MergeOperator
public static final Operator.ModelType MergeOperator
-
FunctionOperator
public static final Operator.ModelType FunctionOperator
-
SplitOperator
public static final Operator.ModelType SplitOperator
-
StartOperator
public static final Operator.ModelType StartOperator
-
EndOperator
public static final Operator.ModelType EndOperator
-
PipelineOperator
public static final Operator.ModelType PipelineOperator
-
DecisionOperator
public static final Operator.ModelType DecisionOperator
-
TaskOperator
public static final Operator.ModelType TaskOperator
-
ExpressionOperator
public static final Operator.ModelType ExpressionOperator
-
LookupOperator
public static final Operator.ModelType LookupOperator
-
PivotOperator
public static final Operator.ModelType PivotOperator
-
UnknownEnumValue
public static final Operator.ModelType 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
-
values
public static Operator.ModelType[] 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 (Operator.ModelType c : Operator.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Operator.ModelType 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 nameNullPointerException
- if the argument is null
-
create
public static Operator.ModelType create(String key)
-
-