|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy
de.uni_paderborn.fujaba.codegen.UMLClassBodyMethodsStrategy
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy |
UMLClassBodyStrategy.AttrComparator, UMLClassBodyStrategy.MethodComparator |
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy |
DEFAULT, PROHIBIT, REQUIRE |
Constructor Summary | |
UMLClassBodyMethodsStrategy()
|
Method Summary | |
void |
createContents(FClass umlClass)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
createMethod(FMethod method)
No comment provided by developer, please add a comment to improve documentation. |
int |
getCreateStatic()
Get the createStatic attribute of the UMLClassBodyMethodsStrategy object |
protected java.util.SortedSet |
getMethods(FClass umlClass)
Get the methods attribute of the UMLClassBodyMethodsStrategy object |
boolean |
isCreateStatic()
Get the createStatic attribute of the UMLClassBodyMethodsStrategy object |
protected boolean |
isResponsible(FMethod method)
Get the responsible attribute of the UMLClassBodyMethodsStrategy object |
void |
resetCreateStatic()
No comment provided by developer, please add a comment to improve documentation. |
void |
setCreateStatic(boolean createStatic)
Sets the createStatic attribute of the UMLClassBodyMethodsStrategy object |
void |
setCreateStatic(int createStatic)
Sets the createStatic attribute of the UMLClassBodyMethodsStrategy object |
Methods inherited from class de.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy |
checkFlag, getClassHandler, setClassHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UMLClassBodyMethodsStrategy()
Method Detail |
public void createContents(FClass umlClass)
createContents
in class UMLClassBodyStrategy
umlClass
- No description providedprotected void createMethod(FMethod method)
method
- No description providedprotected boolean isResponsible(FMethod method)
method
- No description provided
public boolean isCreateStatic()
public void setCreateStatic(boolean createStatic)
createStatic
- The new createStatic valuepublic void setCreateStatic(int createStatic)
createStatic
- The new createStatic valuepublic void resetCreateStatic()
public int getCreateStatic()
protected java.util.SortedSet getMethods(FClass umlClass)
umlClass
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |