Last update: 2011-06-23

org.proteios.core
Class FileParameterType

java.lang.Object
  extended by org.proteios.core.ParameterType<File>
      extended by 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.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.proteios.core.ParameterType
getDefaultValue, getHeight, getItems, getMultiplicity, getNotNull, getParameterClass, getWidth, isEnumeration, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Last update: 2011-06-23