Java Reference

Java Reference

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 
18  java.lang.String getName();
27  com.google.protobuf.ByteString
29 
51  java.util.List<java.lang.Long> getDomainList();
96  long getDomain(int index);
97 }
java.util.List< java.lang.Long > getDomainList()
java.lang.String getName()
int getDomainCount()
long getDomain(int index)
com.google.protobuf.ByteString getNameBytes()