com.esri.arcgis.geoprocessing.gen
Class GenModifier

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

public class GenModifier
extends Object


Field Summary
static GenModifier mPackage
           
static GenModifier mPrivate
           
static GenModifier mProtected
           
static GenModifier mPublic
           
 String name
           
 
Constructor Summary
GenModifier(String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mPackage

public static GenModifier mPackage

mPublic

public static GenModifier mPublic

mProtected

public static GenModifier mProtected

mPrivate

public static GenModifier mPrivate

name

public String name
Constructor Detail

GenModifier

public GenModifier(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object