IntegerVariableProtoOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/sat/cp_model.proto
3 
4 package com.google.ortools.sat;
5 
6 public interface IntegerVariableProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.IntegerVariableProto)
8  com.google.protobuf.MessageOrBuilder {
9 
17  java.lang.String getName();
25  com.google.protobuf.ByteString
26  getNameBytes();
27 
44  java.util.List<java.lang.Long> getDomainList();
61  int getDomainCount();
78  long getDomain(int index);
79 }
com.google.protobuf.ByteString getNameBytes()
java.util.List< java.lang.Long > getDomainList()