databionics.modules
Class AbstractFileParameter

java.lang.Object
  extended by databionics.modules.Parameter
      extended by databionics.modules.AbstractStringParameter
          extended by databionics.modules.AbstractFileParameter
Direct Known Subclasses:
FileParameter, InputFileParameter, OutputFileParameter

public abstract class AbstractFileParameter
extends AbstractStringParameter

Parameter with filename argument.


Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
protected  FileType type
          filetype
 
Fields inherited from class databionics.modules.AbstractStringParameter
def, value
 
Fields inherited from class databionics.modules.Parameter
constant, description, longName, name, optional
 
Constructor Summary
AbstractFileParameter()
           
 
Method Summary
 FileType getType()
          Get the file type
 void setType(FileType t)
          Set the file type
 
Methods inherited from class databionics.modules.AbstractStringParameter
getDefault, getValue, getValueAsString, setDefault, setValue, toString
 
Methods inherited from class databionics.modules.Parameter
clone, getDescription, getLongName, getName, isConstant, isOptional, setConstant, setDescription, setLongName, setName, setOptional, toXml
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
log4j logging


type

protected FileType type
filetype

Constructor Detail

AbstractFileParameter

public AbstractFileParameter()
Method Detail

getType

public FileType getType()
Get the file type


setType

public void setType(FileType t)
Set the file type



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.