Package hec.data

Interface IProperty

All Known Subinterfaces:
ICwmsProperty
All Known Implementing Classes:
DefaultCwmsProperty, DefaultProperty, JDomCharacteristic

public interface IProperty
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A key for the id or key part of this property.
    static final String
    A key for the value part of this property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the property comment for this object.
    Returns the property id of this object.
    Returns the property value of this object.
  • Field Details

  • Method Details

    • getPropertyId

      String getPropertyId()
      Returns the property id of this object.
      Returns:
    • getPropertyValue

      String getPropertyValue()
      Returns the property value of this object.
      Returns:
    • getPropertyComment

      String getPropertyComment()
      Returns the property comment for this object.
      Returns: