#include <codeparameter.h>
class CodeParameter A parameter on some type of code.
CodeParameter::~CodeParameter |
( |
| ) |
|
|
virtual |
bool CodeParameter::getAbstract |
( |
| ) |
|
Utility method to get the value of parent object abstract value
- Returns
- the value of parent object abstrtact
Get the Comment on this object.
QString CodeParameter::getInitialValue |
( |
| ) |
|
|
virtual |
QString CodeParameter::getName |
( |
| ) |
const |
Utility method to get the value of parent object name The name of this code parameter.
- Returns
- the value
Get the parent Code Document
UMLObject * CodeParameter::getParentObject |
( |
| ) |
|
Get the ParentObject object.
bool CodeParameter::getStatic |
( |
| ) |
|
Utility method to get the value of parent object static Whether or not this is static.
- Returns
- the value of static
QString CodeParameter::getTypeName |
( |
| ) |
|
|
virtual |
Utility method to get the value of parent object scope. The visibility of this code parameter.
- Returns
- the value of parent object scope
QString CodeParameter::ID |
( |
| ) |
const |
void CodeParameter::setAttributesFromNode |
( |
QDomElement & |
root | ) |
|
|
protectedvirtual |
Set the class attributes of this object from the passed element node.
Reimplemented in CodeClassField.
void CodeParameter::setAttributesOnNode |
( |
QXmlStreamWriter & |
writer | ) |
|
|
protectedvirtual |
Set attributes of the node that represents this class in the XMI document.
Reimplemented in CodeClassField.
void CodeParameter::setInitialValue |
( |
const QString & |
new_var | ) |
|
|
virtual |
Set the value of m_initialValue. The initial value of this code parameter.
- Parameters
-
new_var | the new value of m_initialValue |
void CodeParameter::syncToParent |
( |
| ) |
|
|
slot |
Create the string representation of this code parameter.
- Returns
- QString
virtual void CodeParameter::updateContent |
( |
| ) |
|
|
pure virtual |
QString CodeParameter::m_initialValue |
|
private |
initial value of this code parameter
The documentation for this class was generated from the following files: