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

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

public class GPParamUtils
extends java.lang.Object


Constructor Summary
GPParamUtils()
           
 
Method Summary
static GenMethod createGetterMethodTemplate(GPImporter im, GPParameter p, java.lang.String mappedType)
           
static java.util.ArrayList createParameterMethodComments(GPImporter im, GPParameter p, boolean setter)
           
static GenMethod createSetterMethodTemplate(GPImporter im, GPParameter p, java.lang.String mappedType)
           
static java.lang.String getParameterComment(GPImporter im, GPParameter p)
           
static java.lang.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 java.util.ArrayList createParameterMethodComments(GPImporter im,
                                                                GPParameter p,
                                                                boolean setter)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getParameterComment

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

getParameterType

public static java.lang.String getParameterType(int parameterType)

createSetterMethodTemplate

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

createGetterMethodTemplate

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