umbrello  2.32.2
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  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2005 *
8  * Richard Dale <Richard_Dale@tipitina.demon.co.uk> *
9  * copyright (C) 2006-2020 *
10  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
11  ***************************************************************************/
12 
13 #ifndef RUBYCODECLASSFIELD_H
14 #define RUBYCODECLASSFIELD_H
15 
16 #include "codeclassfield.h"
17 
18 #include <QString>
19 
21 
23 {
24  Q_OBJECT
25 public:
26 
32 
36  virtual ~RubyCodeClassField ();
37 
38  QString getFieldType();
39  QString getFieldName();
40  QString getInitialValue();
41 
42  QString getTypeName ();
43 
44 protected:
45 
46 private:
47 
48  // void initDeclCodeBlock ();
49 
50 };
51 
52 #endif // RUBYCODECLASSFIELD_H
Definition: classifiercodedocument.h:33
Definition: codeclassfield.h:30
Definition: rubycodeclassfield.h:23
virtual ~RubyCodeClassField()
Definition: rubycodeclassfield.cpp:39
QString getTypeName()
Definition: rubycodeclassfield.cpp:88
RubyCodeClassField(ClassifierCodeDocument *parentDoc, UMLRole *role)
Definition: rubycodeclassfield.cpp:29
QString getFieldType()
QString getInitialValue()
Definition: rubycodeclassfield.cpp:63
QString getFieldName()
Definition: rubycodeclassfield.cpp:43
Sets up attribute information.
Definition: attribute.h:28
Definition: umlrole.h:25