Package hec.model
Class SeasonValuePair
java.lang.Object
hec.model.SeasonValuePair
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeString
-
month
public int month -
day
public int day -
hecMin
public int hecMin -
value
public double value
-
-
Constructor Details
-
SeasonValuePair
public SeasonValuePair()
-
-
Method Details
-
clone
Creates a new object of the same class as this object.
It then initializes each of the new object's fields by assigning it the same value as the corresponding field in this object. No
constructor is called.- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-