Package iip.datatypes
Interface Data
- All Known Implementing Classes:
DataImpl
public interface Data
A data interface for testing.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
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
-