Class BytecodeTest.Data

java.lang.Object
test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
Enclosing class:
BytecodeTest

public static class BytecodeTest.Data extends Object
A test data class in oktoflow style.
Author:
Holger Eichelberger, SSE
  • Field Details

    • intField

      private int intField
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • getIntField

      public int getIntField()
      Returns the int field value.
      Returns:
      the int field value
    • setIntField

      public void setIntField(int intField)
      Changes the int field value.
      Parameters:
      intField - the new int field value