9package com.google.ortools.linearsolver;
 
   11import java.lang.reflect.*;
 
   17  private transient long swigCPtr;
 
   26    return (obj == 
null) ? 0 : obj.swigCPtr;
 
 
   33        throw new RuntimeException(
"Cannot release ownership as memory is not owned");
 
   35      obj.swigCMemOwn = 
false;
 
 
   41  @SuppressWarnings({
"deprecation", 
"removal"})
 
   50        mainJNI.delete_MPModelExportOptions(swigCPtr);
 
 
   60    mainJNI.MPModelExportOptions_Obfuscate_set(swigCPtr, 
this, value);
 
 
   67    return mainJNI.MPModelExportOptions_Obfuscate_get(swigCPtr, 
this);
 
 
   74    mainJNI.MPModelExportOptions_LogInvalidNames_set(swigCPtr, 
this, value);
 
 
   81    return mainJNI.MPModelExportOptions_LogInvalidNames_get(swigCPtr, 
this);
 
 
   89    mainJNI.MPModelExportOptions_ShowUnusedVariables_set(swigCPtr, 
this, value);
 
 
   97    return mainJNI.MPModelExportOptions_ShowUnusedVariables_get(swigCPtr, 
this);
 
 
  105    mainJNI.MPModelExportOptions_MaxLineLength_set(swigCPtr, 
this, value);
 
 
  113    return mainJNI.MPModelExportOptions_MaxLineLength_get(swigCPtr, 
this);
 
 
  117    this(mainJNI.new_MPModelExportOptions(), 
true);