de.uni_paderborn.fujaba.metamodel
Interface FCardinality

All Superinterfaces:
java.lang.Comparable, FElement, FIncrement, de.uni_kassel.prop.InspectionAware, LogicUnparseInterface, de.tu_bs.coobra.ObjectChangeAware, de.upb.tools.pcs.PropertyChangeClient, de.upb.tools.pcs.PropertyChangeInterface, UniqueIdentifier
All Known Implementing Classes:
UMLCardinality

public interface FCardinality
extends FIncrement

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 CARD_STRING_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LOWER_BOUND_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String REV_CARD_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String UPPER_BOUND_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement
ASSERT_IN_UNIT_TEST_PROPERTY, COMMENT_PROPERTY, CONSTRAINTS_PROPERTY, STEREOTYPES_PROPERTY
 
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
 java.lang.String getCardString()
          Get the cardString attribute of the FCardinality object
 FRole getFRevCard()
          Get the revCard attribute of the FCardinality object
 int getLowerBound()
          Get the lowerBound attribute of the FCardinality object
 int getUpperBound()
          Get the upperBound attribute of the FCardinality object
 void setCardString(java.lang.String strg)
          Sets the cardString attribute of the FCardinality object
 void setRevCard(FRole revCard)
           
 
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement
addToConstraints, addToStereotypes, entriesOfStereotypes, getFComment, getFromFStereotypes, hasInConstraints, hasInStereotypes, hasKeyInStereotypes, isAssertInUnitTest, iteratorOfConstraints, iteratorOfStereotypes, keysOfStereotypes, removeAllFromConstraints, removeAllFromStereotypes, removeFromConstraints, removeFromStereotypes, removeKeyFromStereotypes, setAssertInUnitTest, setComment, sizeOfStereotypes
 
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

LOWER_BOUND_PROPERTY

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

See Also:
Constant Field Values

UPPER_BOUND_PROPERTY

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

See Also:
Constant Field Values

CARD_STRING_PROPERTY

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

See Also:
Constant Field Values

REV_CARD_PROPERTY

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

See Also:
Constant Field Values
Method Detail

getLowerBound

public int getLowerBound()
Get the lowerBound attribute of the FCardinality object

Returns:
The lowerBound value

getUpperBound

public int getUpperBound()
Get the upperBound attribute of the FCardinality object

Returns:
The upperBound value

getCardString

public java.lang.String getCardString()
Get the cardString attribute of the FCardinality object

Returns:
The cardString value

setCardString

public void setCardString(java.lang.String strg)
Sets the cardString attribute of the FCardinality object

Parameters:
strg - The new cardString value

getFRevCard

public FRole getFRevCard()
Get the revCard attribute of the FCardinality object

Returns:
The revCard value

setRevCard

public void setRevCard(FRole revCard)
Parameters:
revCard - The new revCard value