Uses of Enum
com.sforce.ws.wsdl.SfdcApiType
Packages that use SfdcApiType
Package
Description
Provides command line tools (like: wsdlc, post) for WSC.
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 SfdcApiTypeModifier and TypeMethodDescriptionprotected 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 SfdcApiTypeModifier and TypeMethodDescriptionprotected 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 SfdcApiTypeModifier and TypeMethodDescriptionDefinitions.getApiType()static SfdcApiTypeSfdcApiType.getFromNamespace(String namespace) static SfdcApiTypeSfdcApiType.getFromSobjectNamespace(String namespace) static SfdcApiTypeReturns 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.