de.uni_paderborn.fujaba.metamodel
Interface FIncrement

All Superinterfaces:
java.lang.Comparable, FElement, de.uni_kassel.prop.InspectionAware, LogicUnparseInterface, de.tu_bs.coobra.ObjectChangeAware, de.upb.tools.pcs.PropertyChangeClient, de.upb.tools.pcs.PropertyChangeInterface, UniqueIdentifier
All Known Subinterfaces:
FAssoc, FAttr, FBaseTypes, FCardinality, FClass, FCommentary, FConnection, FConstraint, FDeclaration, FDiagramItem, FFile, FGeneralization, FMethod, FPackage, FParam, FQualifier, FRole, FTypeList
All Known Implementing Classes:
UMLAssoc, UMLAttr, UMLBaseTypes, UMLCardinality, UMLClass, UMLCommentary, UMLConnection, UMLConstraint, UMLDeclaration, UMLDiagramItem, UMLFile, UMLGeneralization, UMLIncrement, UMLMethod, UMLPackage, UMLParam, UMLQualifier, UMLRole, UMLTypeList

public interface FIncrement
extends FElement

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.2 $ $Date: 2004/10/22 16:41:45 $
Author:
$Author: lowende $

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 de.uni_paderborn.fujaba.metamodel.FElement
addToAnnotations, addToDiagrams, addToElementReferences, addToElementReferences, addToUserMessages, deleteTokens, entriesOfElementReferences, getFirstOOGenToken, getFromFElementReferences, getLastOOGenToken, getName, getParentElement, getText, hasInAnnotations, hasInDiagrams, hasInElementReferences, hasInElementReferences, hasKeyInElementReferences, isCoobraPersistent, isGenerated, iteratorOfAnnotations, iteratorOfDiagrams, iteratorOfElementReferences, iteratorOfUserMessages, keysOfElementReferences, removeAllFromAnnotations, removeAllFromDiagrams, removeAllFromElementReferences, removeAllFromUserMessages, removeFromAnnotations, removeFromDiagrams, removeFromElementReferences, removeFromElementReferences, removeFromUserMessages, removeKeyFromElementReferences, removeYou, setCutCopyPasteParent, setFirstOOGenToken, setGenerated, setLastOOGenToken, setName, sizeOfAnnotations, sizeOfDiagrams, sizeOfElementReferences, sizeOfUserMessages
 
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

CONSTRAINTS_PROPERTY

public static final java.lang.String CONSTRAINTS_PROPERTY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

COMMENT_PROPERTY

public static final java.lang.String COMMENT_PROPERTY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

ASSERT_IN_UNIT_TEST_PROPERTY

public static final java.lang.String ASSERT_IN_UNIT_TEST_PROPERTY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

STEREOTYPES_PROPERTY

public static final java.lang.String STEREOTYPES_PROPERTY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values
Method Detail

hasInConstraints

public boolean hasInConstraints(FConstraint value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

iteratorOfConstraints

public java.util.Iterator iteratorOfConstraints()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

addToConstraints

public boolean addToConstraints(FConstraint value)
Access method for an one to n association.

Parameters:
value - The object added.
Returns:
No description provided

removeFromConstraints

public boolean removeFromConstraints(FConstraint value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

removeAllFromConstraints

public void removeAllFromConstraints()
No comment provided by developer, please add a comment to improve documentation.


getFComment

public FCommentary getFComment()
Get the comment attribute of the FIncrement object

Returns:
The comment value

setComment

public void setComment(FCommentary comment)
Sets the comment attribute of the FIncrement object

Parameters:
comment - The new comment value

setAssertInUnitTest

public void setAssertInUnitTest(boolean value)
Sets the assertInUnitTest attribute of the FIncrement object

Parameters:
value - The new assertInUnitTest value

isAssertInUnitTest

public boolean isAssertInUnitTest()
Get the assertInUnitTest attribute of the FIncrement object

Returns:
The assertInUnitTest value

hasInStereotypes

public boolean hasInStereotypes(FStereotype obj)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
obj - No description provided
Returns:
No description provided

hasKeyInStereotypes

public boolean hasKeyInStereotypes(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
key - No description provided
Returns:
No description provided

iteratorOfStereotypes

public java.util.Iterator iteratorOfStereotypes()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

keysOfStereotypes

public java.util.Iterator keysOfStereotypes()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

entriesOfStereotypes

public java.util.Iterator entriesOfStereotypes()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

sizeOfStereotypes

public int sizeOfStereotypes()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getFromFStereotypes

public FStereotype getFromFStereotypes(java.lang.String key)
Get the fromStereotypes attribute of the FClass object

Parameters:
key - No description provided
Returns:
The fromStereotypes value

addToStereotypes

public boolean addToStereotypes(FStereotype obj)
Access method for an one to n association.

Parameters:
obj - The object added.
Returns:
No description provided

removeFromStereotypes

public boolean removeFromStereotypes(FStereotype obj)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
obj - No description provided
Returns:
No description provided

removeKeyFromStereotypes

public boolean removeKeyFromStereotypes(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
key - No description provided
Returns:
No description provided

removeAllFromStereotypes

public void removeAllFromStereotypes()
No comment provided by developer, please add a comment to improve documentation.