Uses of Class
com.sforce.ws.wsdl.SfdcApiType
-
Packages that use SfdcApiType Package Description 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 Modifier and Type Method Description protected voidGenerator. 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 Modifier and Type Method Description protected voidwsdlc. 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 Modifier and Type Method Description SfdcApiTypeDefinitions. getApiType()static SfdcApiTypeSfdcApiType. getFromNamespace(String namespace)static SfdcApiTypeSfdcApiType. getFromSobjectNamespace(String namespace)static SfdcApiTypeSfdcApiType. 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.
-