com.esri.arcgis.geoprocessing.gen
Class GenMethod.Type

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.gen.GenMethod.Type
Enclosing class:
GenMethod

public static class GenMethod.Type
extends Object


Field Summary
static GenMethod.Type constructor
           
static GenMethod.Type method
           
 String name
           
 
Constructor Summary
GenMethod.Type(String name)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

method

public static GenMethod.Type method

constructor

public static GenMethod.Type constructor

name

public String name
Constructor Detail

GenMethod.Type

public GenMethod.Type(String name)
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object