umbrello/umbrello
UMLEntityConstraint Class Reference
This class is used to set up information for a entity constraint. More...
#include <entityconstraint.h>

Public Member Functions | |
| UMLEntityConstraint (UMLObject *parent) | |
| UMLEntityConstraint (UMLObject *parent, const QString &name, Uml::IDType id=Uml::id_None) | |
| virtual | ~UMLEntityConstraint () |
| virtual UMLObject * | clone () const =0 |
| virtual void | copyInto (UMLObject *lhs) const |
| bool | operator== (const UMLEntityConstraint &rhs) |
Detailed Description
This class is used to set up information for a entity constraint.
Sets up entity constraint information.
- See also:
- UMLObject UMLClassifierListItem Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 26 of file entityconstraint.h.
Constructor & Destructor Documentation
| UMLEntityConstraint::UMLEntityConstraint | ( | UMLObject * | parent, | |
| const QString & | name, | |||
| Uml::IDType | id = Uml::id_None | |||
| ) |
Sets up a constraint.
- Parameters:
-
parent The parent of this UMLEntityConstraint. name The name of this UMLEntityConstraint. id The unique id given to this UMLEntityConstraint.
Definition at line 29 of file entityconstraint.cpp.
| UMLEntityConstraint::UMLEntityConstraint | ( | UMLObject * | parent | ) |
Sets up a constraint.
- Parameters:
-
parent The parent of this UMLEntityConstraint.
Definition at line 40 of file entityconstraint.cpp.
| UMLEntityConstraint::~UMLEntityConstraint | ( | ) | [virtual] |
destructor.
Definition at line 63 of file entityconstraint.cpp.
Member Function Documentation
| virtual UMLObject* UMLEntityConstraint::clone | ( | ) | const [pure virtual] |
Make a clone of the UMLEntityConstraint.
Implements UMLClassifierListItem.
Implemented in UMLCheckConstraint, UMLForeignKeyConstraint, and UMLUniqueConstraint.
| void UMLEntityConstraint::copyInto | ( | UMLObject * | lhs | ) | const [virtual] |
Copy the internal presentation of this object into the UMLEntityConstraint object.
Reimplemented from UMLClassifierListItem.
Reimplemented in UMLCheckConstraint, UMLForeignKeyConstraint, and UMLUniqueConstraint.
Definition at line 71 of file entityconstraint.cpp.
| bool UMLEntityConstraint::operator== | ( | const UMLEntityConstraint & | rhs | ) |
Overloaded '==' operator.
Reimplemented from UMLObject.
Reimplemented in UMLCheckConstraint, UMLForeignKeyConstraint, and UMLUniqueConstraint.
Definition at line 49 of file entityconstraint.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference