public class

SimpleTypeGenerator

extends TypeGenerator
java.lang.Object
   ↳ com.sforce.ws.tools.TypeGenerator
     ↳ com.sforce.ws.tools.SimpleTypeGenerator

Class Overview

SimpleTypeGenerator

Summary

Constants
String TEMPLATE
Fields
private static final Pattern DASH_PATTERN
private SimpleType simpleType
private TypeMapper typeMapper
[Expand]
Inherited Fields
From class com.sforce.ws.tools.TypeGenerator
Public Constructors
SimpleTypeGenerator(Types types, Schema schema, SimpleType simpleType, File tempDir, TypeMapper typeMapper)
Public Methods
Iterator<Enumeration> getEnumeration()
String javaName(Enumeration enumeration)
Protected Methods
String getTemplate()
[Expand]
Inherited Methods
From class com.sforce.ws.tools.TypeGenerator
From class java.lang.Object

Constants

private static final String TEMPLATE

Constant Value: "com/sforce/ws/tools/simpleType.template"

Fields

private static final Pattern DASH_PATTERN

private SimpleType simpleType

private TypeMapper typeMapper

Public Constructors

public SimpleTypeGenerator (Types types, Schema schema, SimpleType simpleType, File tempDir, TypeMapper typeMapper)

Parameters
types
schema
simpleType
tempDir
typeMapper

Public Methods

public Iterator<Enumeration> getEnumeration ()

public String javaName (Enumeration enumeration)

Parameters
enumeration

Protected Methods

protected String getTemplate ()