Package iip.datatypes

Interface Abc

All Known Implementing Classes:
AbcImpl

public interface Abc
Testing interface.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns a value.
    void
    setValue(int value)
    Sets a value.
  • Method Details

    • getValue

      int getValue()
      Returns a value.
      Returns:
      the value
    • setValue

      void setValue(int value)
      Sets a value.
      Parameters:
      value - the value