org.proteios.core
Class FileParameterType
java.lang.Object
org.proteios.core.ParameterType<File>
org.proteios.core.FileParameterType
public class FileParameterType
- extends ParameterType<File>
This class represent a parameter type that is a file.
- Version:
- 2.0
- Author:
- Samuel, Nicklas
- Last modified
- $Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $
|
Constructor Summary |
FileParameterType()
Create a new file parameter type, allowing null values. |
FileParameterType(File defaultValue,
boolean notNull,
int multiplicity)
Create a new file parameter type. |
FileParameterType
public FileParameterType()
- Create a new file parameter type, allowing null values.
FileParameterType
public FileParameterType(File defaultValue,
boolean notNull,
int multiplicity)
- Create a new file parameter type.
- Parameters:
notNull - FALSE if nulls values are allowed, TRUE otherwise
toString
public String toString()
- Overrides:
toString in class Object