Update spike branch to latest (HMMSearch file chooser arg)
[jalview.git] / src / jalview / ws / params / ValueConstrainI.java
index 47f454a..d1bdc98 100644 (file)
@@ -29,7 +29,7 @@ public interface ValueConstrainI
 
   public enum ValueType
   {
-    Integer, Float, String, Double
+    Integer, Float, String, Double, File
   };
 
   ValueType getType();