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 Type
    Method
    Description
    .operations_research.sat.LinearExpressionProto end = 5;
    .operations_research.sat.LinearExpressionProto end = 5;
    .operations_research.sat.LinearExpressionProto size = 6;
    .operations_research.sat.LinearExpressionProto size = 6;
    .operations_research.sat.LinearExpressionProto start = 4;
    .operations_research.sat.LinearExpressionProto start = 4;
    boolean
    .operations_research.sat.LinearExpressionProto end = 5;
    boolean
    .operations_research.sat.LinearExpressionProto size = 6;
    boolean
    .operations_research.sat.LinearExpressionProto start = 4;

    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

    • hasStart

      boolean hasStart()
      .operations_research.sat.LinearExpressionProto start = 4;
      Returns:
      Whether the start field is set.
    • 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

      .operations_research.sat.LinearExpressionProto end = 5;
      Returns:
      The end.
    • getEndOrBuilder

      .operations_research.sat.LinearExpressionProto end = 5;
    • hasSize

      boolean hasSize()
      .operations_research.sat.LinearExpressionProto size = 6;
      Returns:
      Whether the size field is set.
    • getSize

      .operations_research.sat.LinearExpressionProto size = 6;
      Returns:
      The size.
    • getSizeOrBuilder

      LinearExpressionProtoOrBuilder getSizeOrBuilder()
      .operations_research.sat.LinearExpressionProto size = 6;