org.apache.camel.maven
Class CamelSalesforceMojo.GeneratorUtility

java.lang.Object
  extended by org.apache.camel.maven.CamelSalesforceMojo.GeneratorUtility
Enclosing class:
CamelSalesforceMojo

public static class CamelSalesforceMojo.GeneratorUtility
extends Object


Constructor Summary
CamelSalesforceMojo.GeneratorUtility()
           
 
Method Summary
 String enumTypeName(String name)
           
 String getEnumConstant(String value)
           
 String getFieldType(org.apache.camel.component.salesforce.api.dto.SObjectField field)
           
 org.apache.camel.component.salesforce.api.dto.PickListValue getLastEntry(org.apache.camel.component.salesforce.api.dto.SObjectField field)
           
 boolean hasPicklists(org.apache.camel.component.salesforce.api.dto.SObjectDescription desc)
           
 boolean isBlobField(org.apache.camel.component.salesforce.api.dto.SObjectField field)
           
 boolean isPicklist(org.apache.camel.component.salesforce.api.dto.SObjectField field)
           
 boolean notBaseField(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelSalesforceMojo.GeneratorUtility

public CamelSalesforceMojo.GeneratorUtility()
Method Detail

isBlobField

public boolean isBlobField(org.apache.camel.component.salesforce.api.dto.SObjectField field)

notBaseField

public boolean notBaseField(String name)

getFieldType

public String getFieldType(org.apache.camel.component.salesforce.api.dto.SObjectField field)
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

hasPicklists

public boolean hasPicklists(org.apache.camel.component.salesforce.api.dto.SObjectDescription desc)

getLastEntry

public org.apache.camel.component.salesforce.api.dto.PickListValue getLastEntry(org.apache.camel.component.salesforce.api.dto.SObjectField field)

isPicklist

public boolean isPicklist(org.apache.camel.component.salesforce.api.dto.SObjectField field)

enumTypeName

public String enumTypeName(String name)

getEnumConstant

public String getEnumConstant(String value)


Apache Camel