Package hec.data
Interface ICwmsProperty
- All Superinterfaces:
IProperty
- All Known Implementing Classes:
DefaultCwmsProperty
An interface to a property defined in the CWMS database.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the office id for this property.Returns the category of this property.void
setPropertyMap
(Map<String, String> map) Will set the attributes of this object to the mapped values keyed to the above constants and those in the super type.Methods inherited from interface hec.data.IProperty
getPropertyComment, getPropertyId, getPropertyValue
-
Field Details
-
CATEGORY
Key for the category part of a cwms database property.- See Also:
-
COMMENT
Key for the comment part of a cwms database property.- See Also:
-
OFFICEID
Key for the office id part of a cwms database property.- See Also:
-
-
Method Details
-
setPropertyMap
Will set the attributes of this object to the mapped values keyed to the above constants and those in the super type.- Parameters:
map
-- Throws:
DataSetIllegalArgumentException
-
getPropertyCategory
String getPropertyCategory()Returns the category of this property.- Returns:
-
getOfficeId
String getOfficeId()Returns the office id for this property.- Returns:
-