ucar.nc2.iosp.grads
Class GradsDataDescriptorFile.Chsub

java.lang.Object
  extended by ucar.nc2.iosp.grads.GradsDataDescriptorFile.Chsub
Enclosing class:
GradsDataDescriptorFile

protected class GradsDataDescriptorFile.Chsub
extends Object

Class to handle the CHSUB parameters


Field Summary
protected  int endTimeIndex
          end time index (0 based)
protected  int numTimes
          number of times
protected  int startTimeIndex
          start time index (0 based)
protected  String subString
          substitution string
 
Method Summary
 String toString()
          Get a String representation of this CHSUB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startTimeIndex

protected int startTimeIndex
start time index (0 based)


endTimeIndex

protected int endTimeIndex
end time index (0 based)


numTimes

protected int numTimes
number of times


subString

protected String subString
substitution string

Method Detail

toString

public String toString()
Get a String representation of this CHSUB

Overrides:
toString in class Object
Returns:
a String representation of this CHSUB


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.