more default Tag keys

This commit is contained in:
Hannes Janetzek 2013-05-22 12:48:26 +02:00
parent 5d4b472514
commit 40886fd34c

View File

@ -53,6 +53,9 @@ public class Tag {
public static final String VALUE_YES = "yes"; public static final String VALUE_YES = "yes";
public static final String VALUE_NO = "no"; public static final String VALUE_NO = "no";
public static final String KEY_HEIGHT = "height";
public static final String KEY_MIN_HEIGHT = "min_height";
/** /**
* The key of this tag. * The key of this tag.
*/ */