Uses of Enum
com.amazonaws.services.datapipeline.model.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in com.amazonaws.services.datapipeline.model
Subclasses with type arguments of type OperatorType in com.amazonaws.services.datapipeline.modelMethods in com.amazonaws.services.datapipeline.model that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeUse this in place of valueOf.static OperatorTypeReturns the enum constant of this type with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.datapipeline.model with parameters of type OperatorTypeModifier and TypeMethodDescriptionvoidOperator.setType(OperatorType type) The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN).Operator.withType(OperatorType type) The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN).