16 implements com.google.protobuf.ProtocolMessageEnum {
72 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
73 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
83 public static final int POINT_TYPE_UNSPECIFIED_VALUE = 0;
91 public static final int POINT_TYPE_CURRENT_ITERATE_VALUE = 1;
99 public static final int POINT_TYPE_ITERATE_DIFFERENCE_VALUE = 2;
107 public static final int POINT_TYPE_AVERAGE_ITERATE_VALUE = 3;
115 public static final int POINT_TYPE_NONE_VALUE = 4;
123 public static final int POINT_TYPE_PRESOLVER_SOLUTION_VALUE = 5;
131 public static final int POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUE = 6;
143 @java.lang.Deprecated
145 return forNumber(value);
154 case 0:
return POINT_TYPE_UNSPECIFIED;
155 case 1:
return POINT_TYPE_CURRENT_ITERATE;
156 case 2:
return POINT_TYPE_ITERATE_DIFFERENCE;
157 case 3:
return POINT_TYPE_AVERAGE_ITERATE;
158 case 4:
return POINT_TYPE_NONE;
159 case 5:
return POINT_TYPE_PRESOLVER_SOLUTION;
160 case 6:
return POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION;
161 default:
return null;
165 public static com.google.protobuf.Internal.EnumLiteMap<
PointType>
167 return internalValueMap;
169 private static final com.google.protobuf.Internal.EnumLiteMap<
171 new com.google.protobuf.Internal.EnumLiteMap<
PointType>() {
172 public PointType findValueByNumber(
int number) {
177 public final com.google.protobuf.Descriptors.EnumValueDescriptor
179 return getDescriptor().getValues().get(ordinal());
181 public final com.google.protobuf.Descriptors.EnumDescriptor
183 return getDescriptor();
185 public static final com.google.protobuf.Descriptors.EnumDescriptor
187 return com.google.ortools.pdlp.SolveLogOuterClass.getDescriptor().getEnumTypes().get(1);
190 private static final PointType[] VALUES = values();
193 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
194 if (desc.getType() != getDescriptor()) {
195 throw new java.lang.IllegalArgumentException(
196 "EnumValueDescriptor is not for this type.");
198 return VALUES[desc.getIndex()];
201 private final int value;