|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.codegen.CodeGenFragment
de.uni_paderborn.fujaba.codegen.TextFragment
de.uni_paderborn.fujaba.codegen.ImportFragment
| Field Summary | |
private OOGenStrategyClient |
client
No comment provided by developer, please add a comment to improve documentation. |
private java.util.LinkedHashSet |
imports
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class de.uni_paderborn.fujaba.codegen.TextFragment |
|
| Fields inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFragment |
|
| Constructor Summary | |
ImportFragment(OOGenStrategyClient client)
Constructor for class ImportFragment |
|
ImportFragment(java.lang.String name,
OOGenStrategyClient client)
Constructor for class ImportFragment |
|
| Method Summary | |
void |
addClass(FClass value)
Access method for an one to n association. |
protected void |
addImport(java.lang.String importString)
Access method for an one to n association. |
void |
addPackage(FPackage value)
Access method for an one to n association. |
OOGenStrategyClient |
getClient()
Get the client attribute of the ImportFragment object |
java.lang.String |
getSourceCode()
Get the sourceCode attribute of the ImportFragment object |
| Methods inherited from class de.uni_paderborn.fujaba.codegen.TextFragment |
getCodeBuffer |
| Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFragment |
getName, getNextFragment, getPreviousFragment, setNextFragment, setPreviousFragment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final transient OOGenStrategyClient client
private java.util.LinkedHashSet imports
| Constructor Detail |
public ImportFragment(OOGenStrategyClient client)
client - No description provided
public ImportFragment(java.lang.String name,
OOGenStrategyClient client)
name - No description providedclient - No description provided| Method Detail |
public OOGenStrategyClient getClient()
public java.lang.String getSourceCode()
getSourceCode in class TextFragmentpublic void addPackage(FPackage value)
value - The object added.public void addClass(FClass value)
value - The object added.protected void addImport(java.lang.String importString)
importString - The object added.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||