es.unex.sextante.additionalInfo
Class AdditionalInfoBand

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

public class AdditionalInfoBand
extends java.lang.Object
implements AdditionalInfo

Additional information for a parameter representing a band

Author:
Victor Olaya volaya@unex.es

Constructor Summary
AdditionalInfoBand(java.lang.String sParentParameterName)
          Creates a new instance
 
Method Summary
 java.lang.String getParentParameterName()
          Returns the name of the parent parameter
 java.lang.String getTextDescription()
           
 void setParentParameterName(java.lang.String sParentParameterName)
          Sets the name of the parent parameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalInfoBand

public AdditionalInfoBand(java.lang.String sParentParameterName)
Creates a new instance

Parameters:
sParentParameterName - the name of the parent parameter. This should be the name of a parameter representing a layer from which the band should be taken
Method Detail

getParentParameterName

public java.lang.String getParentParameterName()
Returns the name of the parent parameter

Returns:
the name of the parent parameter

setParentParameterName

public void setParentParameterName(java.lang.String sParentParameterName)
Sets the name of the parent parameter

Parameters:
sParentParameterName - the name of the parent parameter

getTextDescription

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