SMILA (incubation) API documentation

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

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

public class DIntegerList
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
DIntegerList()
           
 
Method Summary
 void addValue(int value)
          Sets the value.
 void addValues(int[] values)
           
 java.lang.Object clone()
           
 boolean equals(DIntegerList parameter)
           
 boolean equals(java.lang.Object obj)
           
 int[] 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

DIntegerList

public DIntegerList()
Method Detail

addValue

public void addValue(int value)
Sets the value.

Parameters:
value - The value to set

addValues

public void addValues(int[] values)

clone

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

equals

public boolean equals(DIntegerList parameter)

equals

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

getValues

public int[] getValues()
Returns:
Integer

SMILA (incubation) API documentation