|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
ASSERT_IN_UNIT_TEST_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
COMMENT_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
CONSTRAINTS_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
STEREOTYPES_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Method Summary | |
boolean |
addToConstraints(FConstraint value)
Access method for an one to n association. |
boolean |
addToStereotypes(FStereotype obj)
Access method for an one to n association. |
java.util.Iterator |
entriesOfStereotypes()
No comment provided by developer, please add a comment to improve documentation. |
FCommentary |
getFComment()
Get the comment attribute of the FIncrement object |
FStereotype |
getFromFStereotypes(java.lang.String key)
Get the fromStereotypes attribute of the FClass object |
boolean |
hasInConstraints(FConstraint value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInStereotypes(FStereotype obj)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasKeyInStereotypes(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isAssertInUnitTest()
Get the assertInUnitTest attribute of the FIncrement object |
java.util.Iterator |
iteratorOfConstraints()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfStereotypes()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
keysOfStereotypes()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromConstraints()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromStereotypes()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromConstraints(FConstraint value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromStereotypes(FStereotype obj)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeKeyFromStereotypes(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
void |
setAssertInUnitTest(boolean value)
Sets the assertInUnitTest attribute of the FIncrement object |
void |
setComment(FCommentary comment)
Sets the comment attribute of the FIncrement object |
int |
sizeOfStereotypes()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.uni_paderborn.fujaba.basic.UniqueIdentifier |
getID |
Methods inherited from interface de.uni_paderborn.fujaba.fsa.unparse.LogicUnparseInterface |
getFSAInterface, getUnparseModuleName |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeInterface |
getPropertyChangeSupport |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeClient |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface de.tu_bs.coobra.ObjectChangeAware |
acknowledgeChange, getCoObRAId, getRepository, setCoObRAId, setRepository |
Methods inherited from interface de.uni_kassel.prop.InspectionAware |
isInspectableField, proposeFieldValues |
Field Detail |
public static final java.lang.String CONSTRAINTS_PROPERTY
public static final java.lang.String COMMENT_PROPERTY
public static final java.lang.String ASSERT_IN_UNIT_TEST_PROPERTY
public static final java.lang.String STEREOTYPES_PROPERTY
Method Detail |
public boolean hasInConstraints(FConstraint value)
value
- No description provided
public java.util.Iterator iteratorOfConstraints()
public boolean addToConstraints(FConstraint value)
value
- The object added.
public boolean removeFromConstraints(FConstraint value)
value
- No description provided
public void removeAllFromConstraints()
public FCommentary getFComment()
public void setComment(FCommentary comment)
comment
- The new comment valuepublic void setAssertInUnitTest(boolean value)
value
- The new assertInUnitTest valuepublic boolean isAssertInUnitTest()
public boolean hasInStereotypes(FStereotype obj)
obj
- No description provided
public boolean hasKeyInStereotypes(java.lang.String key)
key
- No description provided
public java.util.Iterator iteratorOfStereotypes()
public java.util.Iterator keysOfStereotypes()
public java.util.Iterator entriesOfStereotypes()
public int sizeOfStereotypes()
public FStereotype getFromFStereotypes(java.lang.String key)
key
- No description provided
public boolean addToStereotypes(FStereotype obj)
obj
- The object added.
public boolean removeFromStereotypes(FStereotype obj)
obj
- No description provided
public boolean removeKeyFromStereotypes(java.lang.String key)
key
- No description provided
public void removeAllFromStereotypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |