com.objectwave.sourceGenerator
Class InformationClass

java.lang.Object
  |
  +--com.objectwave.sourceGenerator.InformationClass

public class InformationClass
extends java.lang.Object

use it to replace ClassInformation

Version:
$Id: InformationClass.java,v 2.0 2001/06/11 15:54:25 dave_hoag Exp $
Author:
zcai

Constructor Summary
InformationClass()
          Constructor for the InformationClass object
InformationClass(JavaClassDef classDef)
          Constructor for the InformationClass object
 
Method Summary
static InformationClass getSingletonInstance()
          Gets the SingletonInstance attribute of the InformationClass class
 java.util.Enumeration getVariableIsCollection()
          Gets the VariableIsCollection attribute of the InformationClass object
 java.util.Enumeration getVariableName()
          This enumeration will contain just the Variable name.
 java.util.Enumeration getVariableNotCollection()
          Gets the VariableNotCollection attribute of the InformationClass object
 java.util.Enumeration getVariableStatic()
          Gets the VariableStatic attribute of the InformationClass object
 java.util.Enumeration getVariableType()
          Gets the VariableType attribute of the InformationClass object
 java.util.Enumeration getVariableUpperName()
          Gets the VariableUpperName attribute of the InformationClass object
static void main(java.lang.String[] args)
          The main program for the InformationClass class
 void parseIt()
           
 void setClassDef(JavaClassDef classDef)
          Sets the ClassDef attribute of the InformationClass object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationClass

public InformationClass()
Constructor for the InformationClass object


InformationClass

public InformationClass(JavaClassDef classDef)
Constructor for the InformationClass object

Parameters:
classDef -
Method Detail

getSingletonInstance

public static InformationClass getSingletonInstance()
Gets the SingletonInstance attribute of the InformationClass class

Returns:
The SingletonInstance value

main

public static void main(java.lang.String[] args)
The main program for the InformationClass class

Parameters:
args - The command line arguments

setClassDef

public void setClassDef(JavaClassDef classDef)
Sets the ClassDef attribute of the InformationClass object

Parameters:
classDef - The new ClassDef value

getVariableName

public java.util.Enumeration getVariableName()
This enumeration will contain just the Variable name.

Returns:
The VariableName value

getVariableUpperName

public java.util.Enumeration getVariableUpperName()
Gets the VariableUpperName attribute of the InformationClass object

Returns:
The VariableUpperName value

getVariableType

public java.util.Enumeration getVariableType()
Gets the VariableType attribute of the InformationClass object

Returns:
The VariableType value

getVariableStatic

public java.util.Enumeration getVariableStatic()
Gets the VariableStatic attribute of the InformationClass object

Returns:
The VariableStatic value

getVariableNotCollection

public java.util.Enumeration getVariableNotCollection()
Gets the VariableNotCollection attribute of the InformationClass object

Returns:
The VariableNotCollection value

getVariableIsCollection

public java.util.Enumeration getVariableIsCollection()
Gets the VariableIsCollection attribute of the InformationClass object

Returns:
The VariableIsCollection value

parseIt

public void parseIt()