com.esri.arcgis.geoprocessing.gen.params
Class GPParamUtils
java.lang.Object
com.esri.arcgis.geoprocessing.gen.params.GPParamUtils
public class GPParamUtils
- extends java.lang.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 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