|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.additionalInfo.AdditionalInfoDataObject
public abstract class AdditionalInfoDataObject
Additional information for a parameter representing a data object (layer or table)
Constructor Summary | |
---|---|
AdditionalInfoDataObject(boolean bIsMandatory)
Creates a new instance |
Method Summary | |
---|---|
boolean |
getIsMandatory()
Returns true if the data object is mandatory |
void |
setIsMandatory(boolean bIsMandatory)
Sets whether the data object is mandatory or not |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface es.unex.sextante.additionalInfo.AdditionalInfo |
---|
getTextDescription |
Constructor Detail |
---|
public AdditionalInfoDataObject(boolean bIsMandatory)
bIsMandatory
- indicates whether the data object is mandatory
(is needed to run the algorithm) or notMethod Detail |
---|
public void setIsMandatory(boolean bIsMandatory)
bIsMandatory
- indicates wheteher the data object is
mandatory or notpublic boolean getIsMandatory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |