JAL-3073 select columns if dragging sideways in a graph annotation
[jalview.git] / src / jalview / schemabinding / version2 / StructureState.java
index 30e73eb..186e4e6 100644 (file)
@@ -89,6 +89,12 @@ public class StructureState implements java.io.Serializable
   private boolean _has_colourByJmol;
 
   /**
+   * An identifier for the viewer type, currently either JMOL or CHIMERA
+   * 
+   */
+  private java.lang.String _type;
+
+  /**
    * Field _width.
    */
   private int _width;
@@ -261,6 +267,19 @@ public class StructureState implements java.io.Serializable
   }
 
   /**
+   * Returns the value of field 'type'. The field 'type' has the following
+   * description: An identifier for the viewer type, currently either JMOL or
+   * CHIMERA
+   * 
+   * 
+   * @return the value of field 'Type'.
+   */
+  public java.lang.String getType()
+  {
+    return this._type;
+  }
+
+  /**
    * Returns the value of field 'viewId'. The field 'viewId' has the following
    * description: additional identifier which properly disambiguates the
    * structure view from any other view with the same attributes. This is not an
@@ -573,6 +592,20 @@ public class StructureState implements java.io.Serializable
   }
 
   /**
+   * Sets the value of field 'type'. The field 'type' has the following
+   * description: An identifier for the viewer type, currently either JMOL or
+   * CHIMERA
+   * 
+   * 
+   * @param type
+   *          the value of field 'type'.
+   */
+  public void setType(final java.lang.String type)
+  {
+    this._type = type;
+  }
+
+  /**
    * Sets the value of field 'viewId'. The field 'viewId' has the following
    * description: additional identifier which properly disambiguates the
    * structure view from any other view with the same attributes. This is not an