Package hec.data.level
Interface ISeasonalInterval
- All Superinterfaces:
Modifiable
,XmlString
- All Known Implementing Classes:
JDomSeasonalIntervalImpl
-
Field Summary
Fields -
Method Summary
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
YEARS
- See Also:
-
MONTHS
- See Also:
-
DAYS
- See Also:
-
HOURS
- See Also:
-
MINUTES
- See Also:
-
-
Method Details
-
getYears
int getYears() -
setYears
void setYears(int years) -
getMonths
int getMonths() -
setMonths
void setMonths(int months) -
getDays
int getDays() -
setDays
void setDays(int days) -
getHours
int getHours() -
setHours
void setHours(int hours) -
getMinutes
int getMinutes() -
setMinutes
void setMinutes(int minutes) -
intervalHasCalendarAndTimeParts
boolean intervalHasCalendarAndTimeParts() -
intervalHasCalendarParts
boolean intervalHasCalendarParts() -
intervalHasTimeParts
boolean intervalHasTimeParts() -
getTotalMinutes
int getTotalMinutes() -
getTotalMonths
int getTotalMonths() -
getType
SeasonalIntervalType getType() -
clear
void clear()
-