Package hec.data.level
Interface IAttributeParameterTypedValue
- All Superinterfaces:
Modifiable
,XmlString
- All Known Implementing Classes:
JDomAttributeParameterTypedValue
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetUnits()
getValue()
void
setComment
(String comment) void
setDuration
(Duration duration) void
setParameter
(Parameter param) void
void
void
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods 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
String getValue() -
getValueBigDecimal
BigDecimal getValueBigDecimal() -
getUnits
String getUnits() -
setUnits
-
setValue
-
getParameter
Parameter getParameter() -
setParameter
-
getParameterType
ParameterType getParameterType() -
setParameterType
-
getDuration
Duration getDuration() -
setDuration
-
getComment
String getComment() -
setComment
-
getAttributeId
String getAttributeId() -
getFullAttributeId
String getFullAttributeId()
-