Uses of Class
com.mulesoft.utils.wsdl.OperationType

Packages that use OperationType
com.mulesoft.utils.salesforce   
com.mulesoft.utils.wsdl   
 

Uses of OperationType in com.mulesoft.utils.salesforce
 

Method parameters in com.mulesoft.utils.salesforce with type arguments of type OperationType
 void WsdlGenerator.addOperations(Set<OperationType> operations, Set<String> typeNames)
           
 

Uses of OperationType in com.mulesoft.utils.wsdl
 

Methods in com.mulesoft.utils.wsdl that return OperationType
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.mulesoft.utils.wsdl with parameters of type OperationType
 void Wsdl.addOperation(OperationType type, String typeName)
           
 



Copyright © 2012. All Rights Reserved.