]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/Field.java
Version 4, January 2008
[GpsPrune.git] / tim / prune / data / Field.java
index 118fae3bab9d161c2ee8989a6bfbe261d5576018..5f28fc578c3c39debbac07fc4944a1615ed5e72d 100644 (file)
@@ -78,6 +78,14 @@ public class Field
                return _builtin;
        }
 
+       /**
+        * @return field type
+        */
+       public FieldType getType()
+       {
+               return _type;
+       }
+
        /**
         * Checks if the two fields are equal
         * @param inOther other Field object