net.sourceforge.jpotpourri.codegen.modifier
Class GenFieldModifier

java.lang.Object
  extended by net.sourceforge.jpotpourri.codegen.modifier.GenFieldModifier
All Implemented Interfaces:
IJavaCode

public final class GenFieldModifier
extends java.lang.Object

Author:
christoph_pickl@users.sourceforge.net

Field Summary
static GenFieldModifier FINAL
           
static GenFieldModifier STATIC
           
 
Method Summary
 java.lang.String toCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATIC

public static final GenFieldModifier STATIC

FINAL

public static final GenFieldModifier FINAL
Method Detail

toCode

public final java.lang.String toCode()
Specified by:
toCode in interface IJavaCode

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.