Package hec.data.level
Interface ILocationLevel
- All Superinterfaces:
Modifiable
,XmlString
- All Known Implementing Classes:
JDomLocationLevelImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
getDate()
getUnits()
boolean
boolean
boolean
void
void
void
setDuration
(Duration duration) void
setInterpolateSeasonal
(Boolean interpolate) void
setLevelComment
(String comment) void
setLocationLevelRef
(ILocationLevelRef iLocationLevelRef) void
setLocationRef
(LocationTemplate locRef) void
setParameter
(Parameter parameter) void
setParameterType
(ParameterType parameterType) void
void
setSeasonalEndDate
(Date date) void
setSeasonalStartDate
(Date date) void
setSeasonalTimeSeriesId
(String timeSeriesId) void
setSeasonalValues
(ISeasonalValues seasonalValues) void
setSpecifiedLevel
(ISpecifiedLevel level) void
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
ELEMENT
- See Also:
-
LEVEL
- See Also:
-
LOCATION
- See Also:
-
SPECIFIED_LEVEL
- See Also:
-
DATE
- See Also:
-
SEASONAL_VALUES
- See Also:
-
SEASONAL_TIME_SERIES_ID
- See Also:
-
SEASONAL_START_DATE
- See Also:
-
SEASONAL_END_DATE
- See Also:
-
COMMENT
- See Also:
-
LEVEL_UNITS_ID
- See Also:
-
-
Method Details
-
setSpecifiedLevel
-
getSpecifiedLevel
ISpecifiedLevel getSpecifiedLevel() -
getConstantLevel
IParameterTypedValue getConstantLevel() -
setConstantLevel
-
getDate
Date getDate() -
setDate
-
getUnits
String getUnits() -
setUnits
-
getLocationRef
LocationTemplate getLocationRef() -
setLocationRef
-
getLocationLevelRef
ILocationLevelRef getLocationLevelRef() -
isSeasonalRepeating
boolean isSeasonalRepeating() -
isSeasonalTimeSeries
boolean isSeasonalTimeSeries() -
isConstantValue
boolean isConstantValue() -
getSeasonalTimeSeriesId
String getSeasonalTimeSeriesId() -
setSeasonalTimeSeriesId
-
getSeasonalValues
ISeasonalValues getSeasonalValues() -
setSeasonalValues
-
clearSeasonalValues
void clearSeasonalValues() -
setLocationLevelRef
-
getParameter
Parameter getParameter() -
setParameter
-
getParameterType
ParameterType getParameterType() -
setParameterType
-
getDuration
Duration getDuration() -
setDuration
-
getPrototypeLevel
IParameterTypedValue getPrototypeLevel() -
setPrototypeLevel
-
getOfficeId
String getOfficeId() -
getLevelComment
String getLevelComment() -
setLevelComment
-
setSeasonalStartDate
-
setSeasonalEndDate
-
getSeasonalStartDate
Date getSeasonalStartDate() -
getSeasonalEndDate
Date getSeasonalEndDate() -
getInterpolateSeasonal
Boolean getInterpolateSeasonal() -
setInterpolateSeasonal
-