net.sourceforge.dvb.projectx.xinput
Class DirType

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

public class DirType
extends java.lang.Object


Field Summary
static DirType DEFAULT
          Default DirType
static DirType FILE_DIR
          Directory in a normal filesystem
static DirType FTP_DIR
          Directory on a ftp server
static DirType RAW_DIR
          Directory on a harddisk of a topfield receiver in raw format
 
Method Summary
static java.util.Collection getDirTypes()
           
 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_DIR

public static final DirType FILE_DIR
Directory in a normal filesystem

FTP_DIR

public static final DirType FTP_DIR
Directory on a ftp server

RAW_DIR

public static final DirType RAW_DIR
Directory on a harddisk of a topfield receiver in raw format

DEFAULT

public static final DirType DEFAULT
Default DirType
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.

getDirTypes

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

toString

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