rubycodeclassfield.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef RUBYCODECLASSFIELD_H
00021 #define RUBYCODECLASSFIELD_H
00022
00023 #include <qstring.h>
00024
00025 #include "../codeclassfield.h"
00026
00027 class ClassifierCodeDocument;
00028
00029 class RubyCodeClassField : public CodeClassField
00030 {
00031 Q_OBJECT
00032 public:
00033
00034
00035
00036
00040 RubyCodeClassField (ClassifierCodeDocument * parentDoc, UMLRole * role);
00041 RubyCodeClassField (ClassifierCodeDocument * parentDoc, UMLAttribute * attrib);
00042
00046 virtual ~RubyCodeClassField ( );
00047
00048 QString getFieldType();
00049 QString getFieldName();
00050 QString getInitialValue();
00051
00052 QString getTypeName ( );
00053 protected:
00054
00055 private:
00056
00057
00058
00059 };
00060
00061 #endif // RUBYCODECLASSFIELD_H
This file is part of the documentation for umbrello Version 3.1.0.