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

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

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

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return AcceptsT
 AcceptsT ObjectFactory.createAcceptsT()
          Create an instance of AcceptsT
 AcceptsT BasicsT.getAccepts()
          Gets the value of the accepts property.
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario with parameters of type AcceptsT
 void BasicsT.setAccepts(AcceptsT value)
          Sets the value of the accepts property.
 

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

Classes in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that implement AcceptsT
 class AcceptsTImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl declared as AcceptsT
protected  AcceptsT BasicsTImpl._Accepts
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that return AcceptsT
 AcceptsT BasicsTImpl.getAccepts()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl with parameters of type AcceptsT
 void BasicsTImpl.setAccepts(AcceptsT value)