~ubuntu-branches/ubuntu/raring/geotranz/raring

« back to all changes in this revision

Viewing changes to geotrans2/java_gui/geotrans/enumerations/ConversionState.java

  • Committer: Bazaar Package Importer
  • Author(s): Roberto Lumbreras
  • Date: 2008-10-17 14:43:09 UTC
  • Revision ID: james.westby@ubuntu.com-20081017144309-jb7uzfi1y1lvez8j
Tags: upstream-2.4.2
ImportĀ upstreamĀ versionĀ 2.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * ConversionState.java
 
3
 *
 
4
 * Created on April 19, 2001, 12:31 PM
 
5
 */
 
6
 
 
7
package geotrans.enumerations;
 
8
 
 
9
/**
 
10
 *
 
11
 * @author  amyc
 
12
 * @version 
 
13
 */
 
14
public class ConversionState extends Object {
 
15
 
 
16
    public final static int FILE = 0;
 
17
    public final static int INTERACTIVE = 1;
 
18
    public final static int CREATE_HEADER = 2;
 
19
    
 
20
}