net.sourceforge.jpotpourri.codegen
Class GenConstantField

java.lang.Object
  extended by net.sourceforge.jpotpourri.codegen.GenField
      extended by net.sourceforge.jpotpourri.codegen.GenConstantField
All Implemented Interfaces:
IJavaCode

public final class GenConstantField
extends GenField

Author:
christoph_pickl@users.sourceforge.net

Method Summary
static GenConstantField newPrivateConstant(java.lang.String fieldType, java.lang.String fieldName, java.lang.String initValue)
           
static GenConstantField newPublicConstant(java.lang.String fieldType, java.lang.String fieldName, java.lang.String initValue)
           
 
Methods inherited from class net.sourceforge.jpotpourri.codegen.GenField
toCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newPublicConstant

public static GenConstantField newPublicConstant(java.lang.String fieldType,
                                                 java.lang.String fieldName,
                                                 java.lang.String initValue)

newPrivateConstant

public static GenConstantField newPrivateConstant(java.lang.String fieldType,
                                                  java.lang.String fieldName,
                                                  java.lang.String initValue)


Copyright © 2008. All Rights Reserved.