|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.sourceGenerator.InformationClass
use it to replace ClassInformation
| 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 |
public InformationClass()
public InformationClass(JavaClassDef classDef)
classDef - | Method Detail |
public static InformationClass getSingletonInstance()
public static void main(java.lang.String[] args)
args - The command line argumentspublic void setClassDef(JavaClassDef classDef)
classDef - The new ClassDef valuepublic java.util.Enumeration getVariableName()
public java.util.Enumeration getVariableUpperName()
public java.util.Enumeration getVariableType()
public java.util.Enumeration getVariableStatic()
public java.util.Enumeration getVariableNotCollection()
public java.util.Enumeration getVariableIsCollection()
public void parseIt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||