com.esri.arcgis.geoprocessing.gen.params
Class GPParamUtils
java.lang.Object
com.esri.arcgis.geoprocessing.gen.params.GPParamUtils
public class GPParamUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPParamUtils
public GPParamUtils()
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