Class YamlFileTest.BasicTestType

java.lang.Object
test.de.iip_ecosphere.platform.support.YamlFileTest.BasicTestType
Direct Known Subclasses:
YamlFileTest.ExtendedTestType, YamlFileTest.TestType
Enclosing class:
YamlFileTest

public static class YamlFileTest.BasicTestType extends Object
A basic test type.
Author:
Holger Eichelberger, SSE
  • Field Details

    • iValue

      private int iValue
  • Constructor Details

    • BasicTestType

      public BasicTestType()
  • Method Details

    • getIValue

      public int getIValue()
      Returns iValue.
      Returns:
      iValue the new value
    • setIValue

      public void setIValue(int iValue)
      Sets iValue. [required by Snakeyaml]
      Parameters:
      iValue - the new value