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