Uses of Class
com.sforce.ws.wsdl.SfdcApiType

Packages that use SfdcApiType
com.sforce.ws.codegen   
com.sforce.ws.tools Provides command line tools (like: wsdlc, post) for WSC. 
com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. 
 

Uses of SfdcApiType in com.sforce.ws.codegen
 

Methods in com.sforce.ws.codegen with parameters of type SfdcApiType
protected  void Generator.generate(Definitions definitions, SfdcApiType sfdcApiType, Types types, File dir)
           
 

Uses of SfdcApiType in com.sforce.ws.tools
 

Methods in com.sforce.ws.tools with parameters of type SfdcApiType
protected  void wsdlc.generate(Definitions definitions, SfdcApiType sfdcApiType, Types types, File dir)
           
 

Uses of SfdcApiType in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that return SfdcApiType
 SfdcApiType Definitions.getApiType()
           
static SfdcApiType SfdcApiType.getFromNamespace(String namespace)
           
static SfdcApiType SfdcApiType.getFromSobjectNamespace(String namespace)
           
static SfdcApiType SfdcApiType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SfdcApiType[] SfdcApiType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.