Class YamlFileTest.ExtendedTestType
java.lang.Object
test.de.iip_ecosphere.platform.support.YamlFileTest.BasicTestType
test.de.iip_ecosphere.platform.support.YamlFileTest.ExtendedTestType
- Enclosing class:
YamlFileTest
Extended test type.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the nested object.voidsetNested(YamlFileTest.BasicTestType nested) Changes the nested object.Methods inherited from class test.de.iip_ecosphere.platform.support.YamlFileTest.BasicTestType
getIValue, setIValue
-
Field Details
-
nested
-
-
Constructor Details
-
ExtendedTestType
public ExtendedTestType()
-
-
Method Details
-
getNested
Returns the nested object.- Returns:
- the nested object
-
setNested
Changes the nested object.- Parameters:
nested- the nested object to set
-