Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git...
[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 }