Class BytecodeTest.Data
java.lang.Object
test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
- Enclosing class:
BytecodeTest
A test data class in oktoflow style.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the int field value.voidsetIntField(int intField) Changes the int field value.
-
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
-