com.esri.arcgis.geoprocessing.gen.params
Class GPParamUtils

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.gen.params.GPParamUtils

public class GPParamUtils
extends Object


Constructor Summary
GPParamUtils()
           
 
Method Summary
static GenMethod createGetterMethodTemplate(GPImporter im, GPParameter p, String mappedType)
           
static ArrayList createParameterMethodComments(GPImporter im, GPParameter p, boolean setter)
           
static GenMethod createSetterMethodTemplate(GPImporter im, GPParameter p, String mappedType)
           
static String getParameterComment(GPImporter im, GPParameter p)
           
static String getParameterType(int parameterType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPParamUtils

public GPParamUtils()
Method Detail

createParameterMethodComments

public static ArrayList createParameterMethodComments(GPImporter im,
                                                      GPParameter p,
                                                      boolean setter)
                                               throws Exception
Throws:
Exception

getParameterComment

public static String getParameterComment(GPImporter im,
                                         GPParameter p)
                                  throws Exception
Throws:
Exception

getParameterType

public static String getParameterType(int parameterType)

createSetterMethodTemplate

public static GenMethod createSetterMethodTemplate(GPImporter im,
                                                   GPParameter p,
                                                   String mappedType)
                                            throws Exception
Throws:
Exception

createGetterMethodTemplate

public static GenMethod createGetterMethodTemplate(GPImporter im,
                                                   GPParameter p,
                                                   String mappedType)
                                            throws Exception
Throws:
Exception