Package hec.data.level
Interface IParameterTypedValue
- All Superinterfaces:
Modifiable,XmlString
- All Known Implementing Classes:
JDomParameterTypedValueImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidgetValue(ParamDouble paramDouble) voidsetComment(String comment) voidsetDuration(Duration duration) voidsetParameter(Parameter param) voidvoidsetSiParameterUnitsValue(Double siValue) voidsetValue(ParamDouble paramDouble) Methods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
PARAMETER
- See Also:
-
PARAMETER_TYPE
- See Also:
-
DURATION
- See Also:
-
VALUE
- See Also:
-
COMMENT
- See Also:
-
ID
- See Also:
-
-
Method Details
-
getValue
-
getSiParameterUnitsValue
Double getSiParameterUnitsValue() -
setValue
-
setSiParameterUnitsValue
-
getParameter
Parameter getParameter() -
setParameter
-
getParameterType
ParameterType getParameterType() -
setParameterType
-
getDuration
Duration getDuration() -
setDuration
-
getComment
String getComment() -
setComment
-