Revision 28778 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/dataTypes/DataTypes.java

View differences:

DataTypes.java
28 28
	/** {@link java.io.File} */
29 29
	public static final int FILE = 16;
30 30

  
31
	public static final int BYTEARRAY = 17;
32

  
33

  
31 34
	/** Array with the name of each data type. Use the constants to access this array. */
32 35
	public static final String[] TYPE_NAMES = new String[] {
33 36
		"UNKNOWN",
......
46 49
		"OBJECT",
47 50
		"FEATURE",
48 51
		"SRSID",
49
		"FILE"
52
		"FILE",
53
		"BYTEARRAY"
50 54
	};
51 55

  
52 56

  

Also available in: Unified diff