umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
rubycodeclassfield.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3
4 SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
5 SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6*/
7
8#ifndef RUBYCODECLASSFIELD_H
9#define RUBYCODECLASSFIELD_H
10
11#include "codeclassfield.h"
12
13#include <QString>
14
16
18{
19 Q_OBJECT
20public:
21
27
31 virtual ~RubyCodeClassField ();
32
33 QString getFieldType();
34 QString getFieldName();
35 QString getInitialValue();
36
37 QString getTypeName ();
38
39protected:
40
41private:
42
43 // void initDeclCodeBlock ();
44
45};
46
47#endif // RUBYCODECLASSFIELD_H
Definition classifiercodedocument.h:29
Definition codeclassfield.h:26
Definition rubycodeclassfield.h:18
virtual ~RubyCodeClassField()
Definition rubycodeclassfield.cpp:33
QString getTypeName()
Definition rubycodeclassfield.cpp:82
RubyCodeClassField(ClassifierCodeDocument *parentDoc, UMLRole *role)
Definition rubycodeclassfield.cpp:23
QString getFieldType()
QString getInitialValue()
Definition rubycodeclassfield.cpp:57
QString getFieldName()
Definition rubycodeclassfield.cpp:37
Sets up attribute information.
Definition attribute.h:23
Definition umlrole.h:20