Class JsonInputParserTest.JsonTestData
java.lang.Object
test.de.iip_ecosphere.platform.connectors.JsonInputParserTest.JsonTestData
- Enclosing class:
JsonInputParserTest
Some object-based test data.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sValue
-
iValue
private int iValue
-
-
Constructor Details
-
JsonTestData
JsonTestData()
-
-
Method Details
-
getSValue
Returns the string value.- Returns:
- the string balue
-
setSValue
Defines the string value.- Parameters:
sValue- the string value to set
-
getIValue
public int getIValue()Returns the integer value.- Returns:
- the integer value
-
setIValue
public void setIValue(int iValue) Defines the integer value.- Parameters:
iValue- the integer value to set
-