|
|||||||||||
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.UMLClassBodyAttributesStrategy
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy |
UMLClassBodyStrategy.AttrComparator, UMLClassBodyStrategy.MethodComparator |
Field Summary | |
static int |
DEFAULT
No comment provided by developer, please add a comment to improve documentation. |
static int |
PROHIBIT
No comment provided by developer, please add a comment to improve documentation. |
static int |
REQUIRE
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
UMLClassBodyAttributesStrategy()
|
Method Summary | |
protected boolean |
checkFlag(boolean boolFlag,
int intFlag)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
createAttr(FAttr attr)
No comment provided by developer, please add a comment to improve documentation. |
void |
createContents(FClass umlClass)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.SortedSet |
getAccessMethods(FAttr attr)
Get the accessMethods attribute of the FClassBodyAttributesStrategy object |
protected java.util.SortedSet |
getAttributes(FClass umlClass)
Get the attributes attribute of the FClassBodyAttributesStrategy object |
boolean |
isCreateFinal()
Get the createFinal attribute of the FClassBodyAttributesStrategy object |
boolean |
isCreateStatic()
Get the createStatic attribute of the FClassBodyAttributesStrategy object |
protected boolean |
isResponsible(FAttr attr)
Get the responsible attribute of the FClassBodyAttributesStrategy object |
void |
resetCreateFinal()
No comment provided by developer, please add a comment to improve documentation. |
void |
resetCreateStatic()
No comment provided by developer, please add a comment to improve documentation. |
void |
setCreateFinal(boolean createFinal)
Sets the createFinal attribute of the FClassBodyAttributesStrategy object |
void |
setCreateFinal(int createFinal)
Sets the createFinal attribute of the FClassBodyAttributesStrategy object |
void |
setCreateStatic(boolean createStatic)
Sets the createStatic attribute of the FClassBodyAttributesStrategy object |
void |
setCreateStatic(int createStatic)
Sets the createStatic attribute of the FClassBodyAttributesStrategy object |
Methods inherited from class de.uni_paderborn.fujaba.codegen.UMLClassBodyStrategy |
getClassHandler, setClassHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DEFAULT
public static final int PROHIBIT
public static final int REQUIRE
Constructor Detail |
public UMLClassBodyAttributesStrategy()
Method Detail |
public void createContents(FClass umlClass)
createContents
in class UMLClassBodyStrategy
umlClass
- No description providedprotected void createAttr(FAttr attr)
attr
- No description providedprotected boolean isResponsible(FAttr attr)
attr
- No description provided
protected boolean checkFlag(boolean boolFlag, int intFlag)
checkFlag
in class UMLClassBodyStrategy
boolFlag
- No description providedintFlag
- No description provided
public boolean isCreateFinal()
public void setCreateFinal(boolean createFinal)
createFinal
- The new createFinal valuepublic void resetCreateFinal()
public void setCreateFinal(int createFinal)
createFinal
- The new createFinal valuepublic boolean isCreateStatic()
public void setCreateStatic(boolean createStatic)
createStatic
- The new createStatic valuepublic void setCreateStatic(int createStatic)
createStatic
- The new createStatic valuepublic void resetCreateStatic()
protected java.util.SortedSet getAttributes(FClass umlClass)
umlClass
- No description provided
protected java.util.SortedSet getAccessMethods(FAttr attr)
attr
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |