Package iip.datatypes

Interface Data

All Known Implementing Classes:
DataImpl

public interface Data
A data interface for testing.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value.
    void
    setValue(int value)
    Changes the value.
  • Method Details

    • getValue

      int getValue()
      Returns the value. [JSON]
      Returns:
      the value
    • setValue

      void setValue(int value)
      Changes the value. [JSON]
      Parameters:
      value - the new value