Interface AttributeValue<TValue>

All Known Implementing Classes:
NumericAttributeValue, StringAttributeValue

public interface AttributeValue<TValue>
  • Method Details

    • getAttribute

      String getAttribute()
    • getValue

      TValue getValue()