Last update: 2011-06-23

org.proteios.core
Class DateParameterType

java.lang.Object
  extended by org.proteios.core.ParameterType<Date>
      extended by org.proteios.core.DateParameterType

public class DateParameterType
extends ParameterType<Date>

This class represent a parameter type that is a date.

Version:
2.0
Author:
Samuel, Nicklas
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Constructor Summary
DateParameterType()
          Create a new date parameter type, allowing null values.
DateParameterType(Date defaultValue, boolean notNull)
          Create a new date parameter type.
DateParameterType(Date defaultValue, boolean notNull, int multiplicity, int width, int height, List<Date> items)
           
 
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

DateParameterType

public DateParameterType()
Create a new date parameter type, allowing null values.


DateParameterType

public DateParameterType(Date defaultValue,
                         boolean notNull)
Create a new date parameter type.

Parameters:
notNull - FALSE if nulls values are allowed, TRUE otherwise

DateParameterType

public DateParameterType(Date defaultValue,
                         boolean notNull,
                         int multiplicity,
                         int width,
                         int height,
                         List<Date> items)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Last update: 2011-06-23