com.esri.arcgis.geoprocessing.gen.params
Class GPStringImporter
java.lang.Object
com.esri.arcgis.geoprocessing.gen.params.GPStringImporter
- All Implemented Interfaces:
- GPParamImporter
public class GPStringImporter
- extends Object
- implements GPParamImporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPStringImporter
public GPStringImporter()
getDataTypeName
public String getDataTypeName()
- Specified by:
getDataTypeName
in interface GPParamImporter
createDefaultConstructorStatement
public void createDefaultConstructorStatement(GPImporter im,
GenMethod constructor,
GPParameter p,
int index)
throws Exception
- Specified by:
createDefaultConstructorStatement
in interface GPParamImporter
- Throws:
Exception
createRequiredParamsConstructorArgsAndStatement
public void createRequiredParamsConstructorArgsAndStatement(GPImporter importer,
GenMethod constructor,
GPParameter p,
int index)
throws Exception
- Specified by:
createRequiredParamsConstructorArgsAndStatement
in interface GPParamImporter
- Throws:
Exception
createMethods
public void createMethods(GPImporter im,
GPParameter p,
int index)
throws Exception
- Specified by:
createMethods
in interface GPParamImporter
- Throws:
Exception