umbrello API Documentation

javacodeclassfield.h

00001 
00002 /***************************************************************************
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  *                                                                         *
00009  ***************************************************************************/
00010 
00011 /*  This code generated by:
00012  *      Author : thomas
00013  *      Date   : Mon Jun 30 2003
00014  */
00015 
00016 
00017 
00018 #ifndef JAVACODECLASSFIELD_H
00019 #define JAVACODECLASSFIELD_H
00020 
00021 #include <qstring.h>
00022 
00023 #include "../codeclassfield.h"
00024 
00025 class ClassifierCodeDocument;
00026 
00027 class JavaCodeClassField : public CodeClassField
00028 {
00029     Q_OBJECT
00030 public:
00031 
00032     // Constructors/Destructors
00033     //
00034 
00038     JavaCodeClassField (ClassifierCodeDocument * parentDoc, UMLRole * role);
00039     JavaCodeClassField (ClassifierCodeDocument * parentDoc, UMLAttribute * attrib);
00040 
00044     virtual ~JavaCodeClassField ( );
00045 
00046     QString getFieldType();
00047     QString getFieldName();
00048     QString getInitialValue();
00049 
00050     QString getTypeName ( );
00051 protected:
00052 
00053 private:
00054 
00055     // void initDeclCodeBlock ();
00056 
00057 };
00058 
00059 #endif // JAVACODECLASSFIELD_H
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:57 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003