de.uni_paderborn.fujaba.metamodel
Interface FQualifier

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:
UMLQualifier

public interface FQualifier
extends FIncrement

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

Version:
$Revision: 1.2.4.2 $ $Date: 2006/05/09 15:25:59 $
Author:
$Author: joerg $

Field Summary
static java.lang.String EXTERNAL_QUALIFIER_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String QUALIFIED_ATTR_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String REV_QUALIFIER_PROPERTY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TYPE_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
 FAttr getFQualifiedAttr()
          FMethod: '+ getQualifiedAttr (): FAttr'
 FRole getFRevQualifier()
          Get the revQualifier attribute of the FQualifier object
 FType getFType()
          Get the type attribute of the FQualifier object
 boolean isExternalQualifier()
          Get the externalQualifier attribute of the FQualifier object
 boolean setQualifiedAttr(FAttr value)
          FMethod: '+ setQualifiedAttr (value: FAttr): Boolean'
 void setRevQualifier(FRole revQualifier)
          Sets the revQualifier attribute of the FQualifier object
 void setType(FType type)
          Sets the type attribute of the FQualifier object
 
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

EXTERNAL_QUALIFIER_PROPERTY

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

See Also:
Constant Field Values

REV_QUALIFIER_PROPERTY

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

See Also:
Constant Field Values

QUALIFIED_ATTR_PROPERTY

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

See Also:
Constant Field Values

TYPE_PROPERTY

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

See Also:
Constant Field Values
Method Detail

isExternalQualifier

public boolean isExternalQualifier()
Get the externalQualifier attribute of the FQualifier object

Returns:
The externalQualifier value

getFRevQualifier

public FRole getFRevQualifier()
Get the revQualifier attribute of the FQualifier object

Returns:
The revQualifier value

setRevQualifier

public void setRevQualifier(FRole revQualifier)
Sets the revQualifier attribute of the FQualifier object

Parameters:
revQualifier - The new revQualifier value

setQualifiedAttr

public boolean setQualifiedAttr(FAttr value)
FMethod: '+ setQualifiedAttr (value: FAttr): Boolean'

Parameters:
value - The new qualifiedAttr value
Returns:
No description provided

getFQualifiedAttr

public FAttr getFQualifiedAttr()
FMethod: '+ getQualifiedAttr (): FAttr'

Returns:
The qualifiedAttr value

getFType

public FType getFType()
Get the type attribute of the FQualifier object

Returns:
The type value

setType

public void setType(FType type)
Sets the type attribute of the FQualifier object

Parameters:
type - The new type value