es.unex.sextante.additionalInfo
Class AdditionalInfoBoolean

java.lang.Object
  extended by es.unex.sextante.additionalInfo.AdditionalInfoBoolean
All Implemented Interfaces:
AdditionalInfo

public class AdditionalInfoBoolean
extends java.lang.Object
implements AdditionalInfo

Additional information for a parameter representing a boolean value

Author:
Victor Olaya volaya@unex.es

Constructor Summary
AdditionalInfoBoolean(boolean bDefault)
          Creates a new instance
 
Method Summary
 boolean getDefaultValue()
          Returns the current default value
 java.lang.String getTextDescription()
           
 void setDefaultValue(boolean bDefault)
          Sets a new default value for the associated boolean parameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalInfoBoolean

public AdditionalInfoBoolean(boolean bDefault)
Creates a new instance

Parameters:
bDefault - the default value of the boolean parameter
Method Detail

setDefaultValue

public void setDefaultValue(boolean bDefault)
Sets a new default value for the associated boolean parameter

Parameters:
bDefault - the new default value

getDefaultValue

public boolean getDefaultValue()
Returns the current default value

Returns:
the default value

getTextDescription

public java.lang.String getTextDescription()
Specified by:
getTextDescription in interface AdditionalInfo