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 Modifier and Type Method Description 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 Modifier and Type Method Description voidCodeCoverageResult. setDmlInfo(CodeLocation[] dmlInfo)voidCodeCoverageResult. setLocationsNotCovered(CodeLocation[] locationsNotCovered)voidCodeCoverageResult. setMethodInfo(CodeLocation[] methodInfo)voidCodeCoverageResult. setSoqlInfo(CodeLocation[] soqlInfo)voidCodeCoverageResult. setSoslInfo(CodeLocation[] soslInfo)
-