Uses of Interface
com.pushtotest.testmaker.XSTest.xml.TestScenario.DimensionsT

Packages that use DimensionsT
com.pushtotest.testmaker.XSTest.xml.TestScenario   
com.pushtotest.testmaker.XSTest.xml.TestScenario.impl   
 

Uses of DimensionsT in com.pushtotest.testmaker.XSTest.xml.TestScenario
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return DimensionsT
 DimensionsT ObjectFactory.createDimensionsT()
          Create an instance of DimensionsT
 DimensionsT TestusecaseT.getDimensions()
          Gets the value of the dimensions property.
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario with parameters of type DimensionsT
 void TestusecaseT.setDimensions(DimensionsT value)
          Sets the value of the dimensions property.
 

Uses of DimensionsT in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
 

Classes in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that implement DimensionsT
 class DimensionsTImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl declared as DimensionsT
protected  DimensionsT TestusecaseTImpl._Dimensions
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that return DimensionsT
 DimensionsT TestusecaseTImpl.getDimensions()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl with parameters of type DimensionsT
 void TestusecaseTImpl.setDimensions(DimensionsT value)