uk.ac.essex.common.io
Class FileType

java.lang.Object
  extended by uk.ac.essex.common.io.FileType

public class FileType
extends java.lang.Object

An enumeration class that represents differnet file types
Date: 15-Jul-2002


Field Summary
static FileType DTD
           
static FileType PROPERTIES
           
static FileType XML
           
static FileType XSD
           
static FileType XUL
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML

public static final FileType XML

XUL

public static final FileType XUL

XSD

public static final FileType XSD

PROPERTIES

public static final FileType PROPERTIES

DTD

public static final FileType DTD
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object