package jalview.datamodel.features; /** * A class to model the datatype of feature attributes. * * @author gmcarstairs * */ public enum FeatureAttributeType { String, Integer, Float, Character, Flag; }