JAL-3225 save auto formatting settings in org.eclipse.jdt.ui.prefs. Not yet put...
[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 }