JAL-3328 Getdown version number, changed to 1.8.3-1.0_JVL
[jalview.git] / src / jalview / datamodel / features / FeatureAttributeType.java
1 package jalview.datamodel.features;
2
3 /**
4  * A class to model the datatype of feature attributes.
5  * 
6  * @author gmcarstairs
7  *
8  */
9 public enum FeatureAttributeType
10 {
11   String, Integer, Float, Character, Flag;
12 }