/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cismap.commons.drophandler.builtin; /** * DOCUMENT ME! * * @author jruiz * @version $Revision$, $Date$ */ public class MappingComponentDropHandlerBuiltinPriorityConstants { //~ Static fields/initializers --------------------------------------------- public static final int UNKNOWN = Integer.MIN_VALUE; public static final int GML = 10000; public static final int SHAPE = 10000; public static final int WORLD = 10000; public static final int GEOIMAGE = 1000; public static final int IMAGE = 999; }