Interface SqlTagEnumsProto.SqlTagEnumsPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SqlTagEnumsProto.SqlTagEnumsPB
,SqlTagEnumsProto.SqlTagEnumsPB.Builder
- Enclosing class:
- SqlTagEnumsProto
public static interface SqlTagEnumsProto.SqlTagEnumsPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AlertAckModePB alertAckMode = 3;
int
.common.protobuf.AlertAckModePB alertAckMode = 3;
.common.protobuf.ClampModePB clampMode = 8;
int
.common.protobuf.ClampModePB clampMode = 8;
.common.protobuf.DataTypePB dataType = 4;
int
.common.protobuf.DataTypePB dataType = 4;
.common.protobuf.DeadbandModePB deadbandMode = 1;
int
.common.protobuf.DeadbandModePB deadbandMode = 1;
.common.protobuf.InterpolationModePB interpolationMode = 6;
int
.common.protobuf.InterpolationModePB interpolationMode = 6;
.common.protobuf.OpcDataModePB opcDataMode = 10;
int
.common.protobuf.OpcDataModePB opcDataMode = 10;
.common.protobuf.ReturnFormatPB returnFormat = 7;
int
.common.protobuf.ReturnFormatPB returnFormat = 7;
.common.protobuf.ScaleModePB scaleMode = 5;
int
.common.protobuf.ScaleModePB scaleMode = 5;
.common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
int
.common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
.common.protobuf.SQLQueryTypePB sqlQueryType = 9;
int
.common.protobuf.SQLQueryTypePB sqlQueryType = 9;
.common.protobuf.TimestampSourcePB timestampSource = 2;
int
.common.protobuf.TimestampSourcePB timestampSource = 2;
boolean
.common.protobuf.AlertAckModePB alertAckMode = 3;
boolean
.common.protobuf.ClampModePB clampMode = 8;
boolean
.common.protobuf.DataTypePB dataType = 4;
boolean
.common.protobuf.DeadbandModePB deadbandMode = 1;
boolean
.common.protobuf.InterpolationModePB interpolationMode = 6;
boolean
.common.protobuf.OpcDataModePB opcDataMode = 10;
boolean
.common.protobuf.ReturnFormatPB returnFormat = 7;
boolean
.common.protobuf.ScaleModePB scaleMode = 5;
boolean
.common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
boolean
.common.protobuf.SQLQueryTypePB sqlQueryType = 9;
boolean
.common.protobuf.TimestampSourcePB timestampSource = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDeadbandMode
boolean hasDeadbandMode().common.protobuf.DeadbandModePB deadbandMode = 1;
- Returns:
- Whether the deadbandMode field is set.
-
getDeadbandModeValue
int getDeadbandModeValue().common.protobuf.DeadbandModePB deadbandMode = 1;
- Returns:
- The enum numeric value on the wire for deadbandMode.
-
getDeadbandMode
SqlTagEnumsProto.DeadbandModePB getDeadbandMode().common.protobuf.DeadbandModePB deadbandMode = 1;
- Returns:
- The deadbandMode.
-
hasTimestampSource
boolean hasTimestampSource().common.protobuf.TimestampSourcePB timestampSource = 2;
- Returns:
- Whether the timestampSource field is set.
-
getTimestampSourceValue
int getTimestampSourceValue().common.protobuf.TimestampSourcePB timestampSource = 2;
- Returns:
- The enum numeric value on the wire for timestampSource.
-
getTimestampSource
SqlTagEnumsProto.TimestampSourcePB getTimestampSource().common.protobuf.TimestampSourcePB timestampSource = 2;
- Returns:
- The timestampSource.
-
hasAlertAckMode
boolean hasAlertAckMode().common.protobuf.AlertAckModePB alertAckMode = 3;
- Returns:
- Whether the alertAckMode field is set.
-
getAlertAckModeValue
int getAlertAckModeValue().common.protobuf.AlertAckModePB alertAckMode = 3;
- Returns:
- The enum numeric value on the wire for alertAckMode.
-
getAlertAckMode
SqlTagEnumsProto.AlertAckModePB getAlertAckMode().common.protobuf.AlertAckModePB alertAckMode = 3;
- Returns:
- The alertAckMode.
-
hasDataType
boolean hasDataType().common.protobuf.DataTypePB dataType = 4;
- Returns:
- Whether the dataType field is set.
-
getDataTypeValue
int getDataTypeValue().common.protobuf.DataTypePB dataType = 4;
- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
SqlTagEnumsProto.DataTypePB getDataType().common.protobuf.DataTypePB dataType = 4;
- Returns:
- The dataType.
-
hasScaleMode
boolean hasScaleMode().common.protobuf.ScaleModePB scaleMode = 5;
- Returns:
- Whether the scaleMode field is set.
-
getScaleModeValue
int getScaleModeValue().common.protobuf.ScaleModePB scaleMode = 5;
- Returns:
- The enum numeric value on the wire for scaleMode.
-
getScaleMode
SqlTagEnumsProto.ScaleModePB getScaleMode().common.protobuf.ScaleModePB scaleMode = 5;
- Returns:
- The scaleMode.
-
hasInterpolationMode
boolean hasInterpolationMode().common.protobuf.InterpolationModePB interpolationMode = 6;
- Returns:
- Whether the interpolationMode field is set.
-
getInterpolationModeValue
int getInterpolationModeValue().common.protobuf.InterpolationModePB interpolationMode = 6;
- Returns:
- The enum numeric value on the wire for interpolationMode.
-
getInterpolationMode
SqlTagEnumsProto.InterpolationModePB getInterpolationMode().common.protobuf.InterpolationModePB interpolationMode = 6;
- Returns:
- The interpolationMode.
-
hasReturnFormat
boolean hasReturnFormat().common.protobuf.ReturnFormatPB returnFormat = 7;
- Returns:
- Whether the returnFormat field is set.
-
getReturnFormatValue
int getReturnFormatValue().common.protobuf.ReturnFormatPB returnFormat = 7;
- Returns:
- The enum numeric value on the wire for returnFormat.
-
getReturnFormat
SqlTagEnumsProto.ReturnFormatPB getReturnFormat().common.protobuf.ReturnFormatPB returnFormat = 7;
- Returns:
- The returnFormat.
-
hasClampMode
boolean hasClampMode().common.protobuf.ClampModePB clampMode = 8;
- Returns:
- Whether the clampMode field is set.
-
getClampModeValue
int getClampModeValue().common.protobuf.ClampModePB clampMode = 8;
- Returns:
- The enum numeric value on the wire for clampMode.
-
getClampMode
SqlTagEnumsProto.ClampModePB getClampMode().common.protobuf.ClampModePB clampMode = 8;
- Returns:
- The clampMode.
-
hasSqlQueryType
boolean hasSqlQueryType().common.protobuf.SQLQueryTypePB sqlQueryType = 9;
- Returns:
- Whether the sqlQueryType field is set.
-
getSqlQueryTypeValue
int getSqlQueryTypeValue().common.protobuf.SQLQueryTypePB sqlQueryType = 9;
- Returns:
- The enum numeric value on the wire for sqlQueryType.
-
getSqlQueryType
SqlTagEnumsProto.SQLQueryTypePB getSqlQueryType().common.protobuf.SQLQueryTypePB sqlQueryType = 9;
- Returns:
- The sqlQueryType.
-
hasOpcDataMode
boolean hasOpcDataMode().common.protobuf.OpcDataModePB opcDataMode = 10;
- Returns:
- Whether the opcDataMode field is set.
-
getOpcDataModeValue
int getOpcDataModeValue().common.protobuf.OpcDataModePB opcDataMode = 10;
- Returns:
- The enum numeric value on the wire for opcDataMode.
-
getOpcDataMode
SqlTagEnumsProto.OpcDataModePB getOpcDataMode().common.protobuf.OpcDataModePB opcDataMode = 10;
- Returns:
- The opcDataMode.
-
hasScanClassComparison
boolean hasScanClassComparison().common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
- Returns:
- Whether the scanClassComparison field is set.
-
getScanClassComparisonValue
int getScanClassComparisonValue().common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
- Returns:
- The enum numeric value on the wire for scanClassComparison.
-
getScanClassComparison
SqlTagEnumsProto.ScanClassComparisonPB getScanClassComparison().common.protobuf.ScanClassComparisonPB scanClassComparison = 11;
- Returns:
- The scanClassComparison.
-
getTheEnumCase
SqlTagEnumsProto.SqlTagEnumsPB.TheEnumCase getTheEnumCase()
-