Package hec.data.level
Interface ILocationLevel
- All Superinterfaces:
Modifiable,XmlString
- All Known Implementing Classes:
JDomLocationLevelImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidgetDate()getUnits()booleanbooleanbooleanvoidvoidvoidsetDuration(Duration duration) voidsetInterpolateSeasonal(Boolean interpolate) voidsetLevelComment(String comment) voidsetLocationLevelRef(ILocationLevelRef iLocationLevelRef) voidsetLocationRef(LocationTemplate locRef) voidsetParameter(Parameter parameter) voidsetParameterType(ParameterType parameterType) voidvoidsetSeasonalEndDate(Date date) voidsetSeasonalStartDate(Date date) voidsetSeasonalTimeSeriesId(String timeSeriesId) voidsetSeasonalValues(ISeasonalValues seasonalValues) voidsetSpecifiedLevel(ISpecifiedLevel level) voidMethods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods 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
-