SMILA (incubation) API documentation

org.eclipse.smila.search.utils.param.set
Class DDateList

java.lang.Object
  extended by org.eclipse.smila.search.utils.param.set.DParameter
      extended by org.eclipse.smila.search.utils.param.set.DDateList
All Implemented Interfaces:
java.lang.Cloneable

public class DDateList
extends DParameter
implements java.lang.Cloneable

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DDateList()
           
 
Method Summary
 void addValue(java.util.Date value)
          Sets the value.
 void addValues(java.util.Date[] values)
          Sets the value.
 java.lang.Object clone()
           
 boolean equals(DDateList parameter)
           
 boolean equals(java.lang.Object obj)
           
 java.util.Date[] getValues()
           
 
Methods inherited from class org.eclipse.smila.search.utils.param.set.DParameter
getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDateList

public DDateList()
Method Detail

addValue

public void addValue(java.util.Date value)
Sets the value.

Parameters:
value - The value to set

addValues

public void addValues(java.util.Date[] values)
Sets the value.

Parameters:
values - The value to set

clone

public java.lang.Object clone()
Overrides:
clone in class DParameter

equals

public boolean equals(DDateList parameter)

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class DParameter

getValues

public java.util.Date[] getValues()
Returns:
Date

SMILA (incubation) API documentation