Package hec.data.level
Interface IAttributeParameterTypedValue
- All Superinterfaces:
Modifiable,XmlString
- All Known Implementing Classes:
JDomAttributeParameterTypedValue
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetUnits()getValue()voidsetComment(String comment) voidsetDuration(Duration duration) voidsetParameter(Parameter param) voidvoidvoidMethods 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
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()
-