Package hec.data.characteristic
Interface ICharacteristicType
- All Superinterfaces:
Modifiable,XmlString
- All Known Implementing Classes:
JDomCharacteristicType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCharacteristic(ICharacteristic characteristic) getList()voidgetParamValue(String string, ParamDouble pd) getStringValue(String string) voidputParamValue(String characteristicId, ParamDouble pd) voidputStringValue(String characteristicId, String text) voidsetDescription(String description) Methods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods 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
-