Uses of Interface
com.pushtotest.tool.xml.SDLog.MeassureType

Packages that use MeassureType
com.pushtotest.tool.xml.SDLog   
com.pushtotest.tool.xml.SDLog.impl   
 

Uses of MeassureType in com.pushtotest.tool.xml.SDLog
 

Methods in com.pushtotest.tool.xml.SDLog that return MeassureType
 MeassureType ObjectFactory.createMeassureType()
          Create an instance of MeassureType
 MeassureType LogType.getCPU()
          Gets the value of the cpu property.
 MeassureType LogType.getMEM()
          Gets the value of the mem property.
 MeassureType LogType.getNET()
          Gets the value of the net property.
 

Methods in com.pushtotest.tool.xml.SDLog with parameters of type MeassureType
 void LogType.setCPU(MeassureType value)
          Sets the value of the cpu property.
 void LogType.setMEM(MeassureType value)
          Sets the value of the mem property.
 void LogType.setNET(MeassureType value)
          Sets the value of the net property.
 

Uses of MeassureType in com.pushtotest.tool.xml.SDLog.impl
 

Classes in com.pushtotest.tool.xml.SDLog.impl that implement MeassureType
 class MeassureTypeImpl
           
 

Fields in com.pushtotest.tool.xml.SDLog.impl declared as MeassureType
protected  MeassureType LogTypeImpl._CPU
           
protected  MeassureType LogTypeImpl._MEM
           
protected  MeassureType LogTypeImpl._NET
           
 

Methods in com.pushtotest.tool.xml.SDLog.impl that return MeassureType
 MeassureType LogTypeImpl.getCPU()
           
 MeassureType LogTypeImpl.getMEM()
           
 MeassureType LogTypeImpl.getNET()
           
 

Methods in com.pushtotest.tool.xml.SDLog.impl with parameters of type MeassureType
 void LogTypeImpl.setCPU(MeassureType value)
           
 void LogTypeImpl.setMEM(MeassureType value)
           
 void LogTypeImpl.setNET(MeassureType value)