Merge branch 'alpha/JAL-3066_Jalview_212_slivka-integration' into alpha/JAL-3362_Jalv...
[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 }