JAL-2843 missed Castor class
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Dec 2017 16:34:01 +0000 (16:34 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Dec 2017 16:34:01 +0000 (16:34 +0000)
src/jalview/binding/Colour.java

index c2dcba9..f51e9af 100644 (file)
@@ -43,9 +43,9 @@ public class Colour implements java.io.Serializable
   private java.lang.String _minRGB;
 
   /**
-   * Colour if no attribute or score value
+   * Field _noValueColour.
    */
-  private jalview.binding.types.ColourNoValueColourType _noValueColour = jalview.binding.types.ColourNoValueColourType
+  private jalview.binding.types.NoValueColour _noValueColour = jalview.binding.types.NoValueColour
           .valueOf("Min");
 
   /**
@@ -115,8 +115,7 @@ public class Colour implements java.io.Serializable
   public Colour()
   {
     super();
-    setNoValueColour(
-            jalview.binding.types.ColourNoValueColourType.valueOf("Min"));
+    setNoValueColour(jalview.binding.types.NoValueColour.valueOf("Min"));
     this._attributeNameList = new java.util.Vector();
   }
 
@@ -321,12 +320,11 @@ public class Colour implements java.io.Serializable
   }
 
   /**
-   * Returns the value of field 'noValueColour'. The field 'noValueColour' has
-   * the following description: Colour if no attribute or score value
+   * Returns the value of field 'noValueColour'.
    * 
    * @return the value of field 'NoValueColour'.
    */
-  public jalview.binding.types.ColourNoValueColourType getNoValueColour()
+  public jalview.binding.types.NoValueColour getNoValueColour()
   {
     return this._noValueColour;
   }
@@ -628,14 +626,13 @@ public class Colour implements java.io.Serializable
   }
 
   /**
-   * Sets the value of field 'noValueColour'. The field 'noValueColour' has the
-   * following description: Colour if no attribute or score value
+   * Sets the value of field 'noValueColour'.
    * 
    * @param noValueColour
    *          the value of field 'noValueColour'.
    */
   public void setNoValueColour(
-          final jalview.binding.types.ColourNoValueColourType noValueColour)
+          final jalview.binding.types.NoValueColour noValueColour)
   {
     this._noValueColour = noValueColour;
   }