Interface IntervalConstraintProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntervalConstraintProto,IntervalConstraintProto.Builder
@Generated
public interface IntervalConstraintProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd().operations_research.sat.LinearExpressionProto end = 5;.operations_research.sat.LinearExpressionProto end = 5;getSize().operations_research.sat.LinearExpressionProto size = 6;.operations_research.sat.LinearExpressionProto size = 6;getStart().operations_research.sat.LinearExpressionProto start = 4;.operations_research.sat.LinearExpressionProto start = 4;booleanhasEnd().operations_research.sat.LinearExpressionProto end = 5;booleanhasSize().operations_research.sat.LinearExpressionProto size = 6;booleanhasStart().operations_research.sat.LinearExpressionProto start = 4;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
-
hasStart
boolean hasStart().operations_research.sat.LinearExpressionProto start = 4;- Returns:
- Whether the start field is set.
-
getStart
LinearExpressionProto getStart().operations_research.sat.LinearExpressionProto start = 4;- Returns:
- The start.
-
getStartOrBuilder
LinearExpressionProtoOrBuilder getStartOrBuilder().operations_research.sat.LinearExpressionProto start = 4; -
hasEnd
boolean hasEnd().operations_research.sat.LinearExpressionProto end = 5;- Returns:
- Whether the end field is set.
-
getEnd
LinearExpressionProto getEnd().operations_research.sat.LinearExpressionProto end = 5;- Returns:
- The end.
-
getEndOrBuilder
LinearExpressionProtoOrBuilder getEndOrBuilder().operations_research.sat.LinearExpressionProto end = 5; -
hasSize
boolean hasSize().operations_research.sat.LinearExpressionProto size = 6;- Returns:
- Whether the size field is set.
-
getSize
LinearExpressionProto getSize().operations_research.sat.LinearExpressionProto size = 6;- Returns:
- The size.
-
getSizeOrBuilder
LinearExpressionProtoOrBuilder getSizeOrBuilder().operations_research.sat.LinearExpressionProto size = 6;
-