194 public enum SolverType {
263 SolverType[] swigValues = SolverType.class.getEnumConstants();
264 if (swigValue < swigValues.length && swigValue >= 0 && swigValues[swigValue].swigValue == swigValue)
265 return swigValues[swigValue];
266 for (SolverType swigEnum : swigValues)
267 if (swigEnum.swigValue == swigValue)
269 throw new IllegalArgumentException(
"No enum " + SolverType.class +
" with value " + swigValue);
272 @SuppressWarnings(
"unused")
274 this.swigValue = SwigNext.next++;
277 @SuppressWarnings(
"unused")
278 private SolverType(
int swigValue) {
279 this.swigValue = swigValue;
280 SwigNext.next = swigValue+1;
283 @SuppressWarnings(
"unused")
284 private SolverType(SolverType swigEnum) {
285 this.swigValue = swigEnum.swigValue;
286 SwigNext.next = this.swigValue+1;
289 private final int swigValue;
291 private static class SwigNext {
292 private static int next = 0;