SMILA (incubation) API documentation

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

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

public class DBoolean
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
DBoolean()
           
 
Method Summary
 boolean equals(DBoolean parameter)
           
 boolean equals(java.lang.Object obj)
           
 boolean getValue()
           
 void setValue(boolean value)
          Sets the value.
 
Methods inherited from class org.eclipse.smila.search.utils.param.set.DParameter
clone, getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBoolean

public DBoolean()
Method Detail

equals

public boolean equals(DBoolean parameter)

equals

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

getValue

public boolean getValue()
Returns:
Date

setValue

public void setValue(boolean value)
Sets the value.

Parameters:
value - The value to set

SMILA (incubation) API documentation