jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.generator
Class ParameterArray

java.lang.Object
  extended by cedar.jetweb.generator.Parameter
      extended by cedar.jetweb.generator.ParameterArray

public abstract class ParameterArray
extends Parameter

An container for an array of generator parameters and associated info.


Field Summary
protected  int maxIndex
           
protected  int minIndex
           
 
Fields inherited from class cedar.jetweb.generator.Parameter
description, name
 
Constructor Summary
ParameterArray()
           
 
Method Summary
 int getMaxIndex()
          Get the lower bound of the array.
 int getMinIndex()
          Get the lower bound of the array.
 void setMaxIndex(int i)
          Set the upper bound of the array.
 void setMinIndex(int i)
          Set the lower bound of the array.
 
Methods inherited from class cedar.jetweb.generator.Parameter
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxIndex

protected int maxIndex

minIndex

protected int minIndex
Constructor Detail

ParameterArray

public ParameterArray()
Method Detail

setMinIndex

public void setMinIndex(int i)
Set the lower bound of the array.


setMaxIndex

public void setMaxIndex(int i)
Set the upper bound of the array.


getMinIndex

public int getMinIndex()
Get the lower bound of the array.


getMaxIndex

public int getMaxIndex()
Get the lower bound of the array.