net.sourceforge.dvb.projectx.xinput
Class FileType

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.xinput.FileType

public class FileType
extends java.lang.Object


Field Summary
static FileType DEFAULT
          Default FileType
static FileType FILE
          File in a normal filesystem
static FileType FTP
          File on a ftp server
static FileType RAW
          File on a harddisk of a topfield receiver in raw format
 
Method Summary
static java.util.Collection getFileTypes()
           
 java.lang.Class getImplementation()
           
 java.lang.String getName()
          Get type name
 int getType()
          Get type value
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FILE

public static final FileType FILE
File in a normal filesystem

FTP

public static final FileType FTP
File on a ftp server

RAW

public static final FileType RAW
File on a harddisk of a topfield receiver in raw format

DEFAULT

public static final FileType DEFAULT
Default FileType
Method Detail

getName

public java.lang.String getName()
Get type name
Returns:
type name

getType

public int getType()
Get type value
Returns:
type value

getImplementation

public java.lang.Class getImplementation()
Returns:
Returns the implementation.

getFileTypes

public static java.util.Collection getFileTypes()
Returns:
Returns the fileTypes.

toString

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