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