Uses of Class
com.sforce.soap.metadata.CodeLocation

Uses of CodeLocation in com.sforce.soap.metadata
 

Methods in com.sforce.soap.metadata that return CodeLocation
 CodeLocation[] CodeCoverageResult.getDmlInfo()
           
 CodeLocation[] CodeCoverageResult.getLocationsNotCovered()
           
 CodeLocation[] CodeCoverageResult.getMethodInfo()
           
 CodeLocation[] CodeCoverageResult.getSoqlInfo()
           
 CodeLocation[] CodeCoverageResult.getSoslInfo()
           
 

Methods in com.sforce.soap.metadata with parameters of type CodeLocation
 void CodeCoverageResult.setDmlInfo(CodeLocation[] dmlInfo)
           
 void CodeCoverageResult.setLocationsNotCovered(CodeLocation[] locationsNotCovered)
           
 void CodeCoverageResult.setMethodInfo(CodeLocation[] methodInfo)
           
 void CodeCoverageResult.setSoqlInfo(CodeLocation[] soqlInfo)
           
 void CodeCoverageResult.setSoslInfo(CodeLocation[] soslInfo)
           
 



Copyright © 2011. All Rights Reserved.