Package hec.data.characteristic
Interface ICharacteristicType
- All Superinterfaces:
Modifiable
,XmlString
- All Known Implementing Classes:
JDomCharacteristicType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCharacteristic
(ICharacteristic characteristic) getList()
void
getParamValue
(String string, ParamDouble pd) getStringValue
(String string) void
putParamValue
(String characteristicId, ParamDouble pd) void
putStringValue
(String characteristicId, String text) void
setDescription
(String description) Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
ELEMENT
- See Also:
-
CHARACTERISTIC_LIST
- See Also:
-
USAGE_ID
- See Also:
-
DESCRIPTION
- See Also:
-
-
Method Details
-
getCharacteristicTypeRef
ICharacteristicTypeRef getCharacteristicTypeRef() -
getPropertyList
List<ICwmsProperty> getPropertyList() -
getSortedMap
SortedMap<String,JDomCharacteristic> getSortedMap() -
getList
List<ICharacteristic> getList() -
addCharacteristic
-
putParamValue
-
putStringValue
-
getParamValue
-
getStringValue
-
getDescription
String getDescription() -
setDescription
-