Package iip.datatypes
Interface Abc
- All Known Implementing Classes:
AbcImpl
public interface Abc
Testing interface.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
getValue
int getValue()Returns a value.- Returns:
- the value
-
setValue
void setValue(int value) Sets a value.- Parameters:
value- the value
-