Package dev.vortex.proto
Interface ExprProtos.BinaryOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.BinaryOpts,ExprProtos.BinaryOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.BinaryOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOp().vortex.expr.BinaryOpts.BinaryOp op = 1;int.vortex.expr.BinaryOpts.BinaryOp op = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOpValue
int getOpValue().vortex.expr.BinaryOpts.BinaryOp op = 1;- Returns:
- The enum numeric value on the wire for op.
-
getOp
ExprProtos.BinaryOpts.BinaryOp getOp().vortex.expr.BinaryOpts.BinaryOp op = 1;- Returns:
- The op.
-