|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.modules.Parameter
databionics.modules.AbstractStringParameter
databionics.modules.AbstractFileParameter
public abstract class AbstractFileParameter
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 |
|---|
protected static org.apache.log4j.Logger log
protected FileType type
| Constructor Detail |
|---|
public AbstractFileParameter()
| Method Detail |
|---|
public FileType getType()
public void setType(FileType t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||