com.esri.arcgis.geoprocessing.gen
Class GenMethod

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.gen.GenMethod

public class GenMethod
extends java.lang.Object


Nested Class Summary
static class GenMethod.Type
           
 
Field Summary
 java.util.ArrayList comments
           
 GenModifier modifier
           
 java.lang.String name
           
 java.util.LinkedHashMap params
           
 java.lang.String returnType
           
 java.util.ArrayList statements
           
 GenMethod.Type type
           
 
Constructor Summary
GenMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public GenMethod.Type type

modifier

public GenModifier modifier

returnType

public java.lang.String returnType

name

public java.lang.String name

params

public java.util.LinkedHashMap params

statements

public java.util.ArrayList statements

comments

public java.util.ArrayList comments
Constructor Detail

GenMethod

public GenMethod()