Uses of Class
com.projectdarkstar.tools.dtc.data.ClientAppConfigTypeDTO

Packages that use ClientAppConfigTypeDTO
com.projectdarkstar.tools.dtc.data   
 

Uses of ClientAppConfigTypeDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return ClientAppConfigTypeDTO
 ClientAppConfigTypeDTO TestExecutionResultClientLogDTO.getOriginalClientAppConfigPropertyMethod()
           
 ClientAppConfigTypeDTO ClientAppConfigDTO.getPropertyMethod()
          Returns the mechanism required to pass arguments to the client executable.
static ClientAppConfigTypeDTO ClientAppConfigTypeDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientAppConfigTypeDTO[] ClientAppConfigTypeDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type ClientAppConfigTypeDTO
protected  void ClientAppConfigDTO.setPropertyMethod(ClientAppConfigTypeDTO propertyMethod)
           
 void ClientAppConfigDTO.updatePropertyMethod(ClientAppConfigTypeDTO propertyMethod)
           
 

Constructors in com.projectdarkstar.tools.dtc.data with parameters of type ClientAppConfigTypeDTO
ClientAppConfigDTO(Long id, Long versionNumber, String name, String path, ClientAppConfigTypeDTO propertyMethod)
           
TestExecutionResultClientLogDTO(Long id, Long versionNumber, String originalClientAppName, String originalClientAppDescription, String originalClientAppConfigName, String originalClientAppConfigPath, ClientAppConfigTypeDTO originalClientAppConfigPropertyMethod)
           
 



Copyright © 2013. All Rights Reserved.