|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.additionalInfo.AdditionalInfoBoolean
public class AdditionalInfoBoolean
Additional information for a parameter representing a boolean value
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 |
---|
public AdditionalInfoBoolean(boolean bDefault)
bDefault
- the default value of the boolean parameterMethod Detail |
---|
public void setDefaultValue(boolean bDefault)
bDefault
- the new default valuepublic boolean getDefaultValue()
public java.lang.String getTextDescription()
getTextDescription
in interface AdditionalInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |