casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
ProcessorRow.h
Go to the documentation of this file.
00001 
00002 /*
00003  * ALMA - Atacama Large Millimeter Array
00004  * (c) European Southern Observatory, 2002
00005  * (c) Associated Universities Inc., 2002
00006  * Copyright by ESO (in the framework of the ALMA collaboration),
00007  * Copyright by AUI (in the framework of the ALMA collaboration),
00008  * All rights reserved.
00009  * 
00010  * This library is free software; you can redistribute it and/or
00011  * modify it under the terms of the GNU Lesser General Public
00012  * License as published by the Free software Foundation; either
00013  * version 2.1 of the License, or (at your option) any later version.
00014  * 
00015  * This library is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY, without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * Lesser General Public License for more details.
00019  * 
00020  * You should have received a copy of the GNU Lesser General Public
00021  * License along with this library; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00023  * MA 02111-1307  USA
00024  *
00025  * Warning!
00026  *  -------------------------------------------------------------------- 
00027  * | This is generated code!  Do not modify this file.                  |
00028  * | If you do, all changes will be lost when the file is re-generated. |
00029  *  --------------------------------------------------------------------
00030  *
00031  * File ProcessorRow.h
00032  */
00033  
00034 #ifndef ProcessorRow_CLASS
00035 #define ProcessorRow_CLASS
00036 
00037 #include <vector>
00038 #include <string>
00039 #include <set>
00040 
00041 #ifndef WITHOUT_ACS
00042 #include <asdmIDLC.h>
00043 #endif
00044 
00045 
00046 
00047 
00048 
00049 
00050          
00051 #include <Tag.h>
00052         
00053 
00054 
00055 
00056 
00057         
00058 
00059         
00060 
00061         
00062 #include "CProcessorType.h"
00063         
00064 
00065         
00066 #include "CProcessorSubType.h"
00067         
00068 
00069 
00070 
00071 #include <ConversionException.h>
00072 #include <NoSuchRow.h>
00073 #include <IllegalAccessException.h>
00074 
00075 #include <RowTransformer.h>
00076 //#include <TableStreamReader.h>
00077 
00078 /*\file Processor.h
00079     \brief Generated from model's revision "1.61", branch "HEAD"
00080 */
00081 
00082 namespace asdm {
00083 
00084 //class asdm::ProcessorTable;
00085 
00086         
00087 
00088 class ProcessorRow;
00089 typedef void (ProcessorRow::*ProcessorAttributeFromBin) (EndianIStream& eis);
00090 typedef void (ProcessorRow::*ProcessorAttributeFromText) (const string& s);
00091 
00098 class ProcessorRow {
00099 friend class asdm::ProcessorTable;
00100 friend class asdm::RowTransformer<ProcessorRow>;
00101 //friend class asdm::TableStreamReader<ProcessorTable, ProcessorRow>;
00102 
00103 public:
00104 
00105         virtual ~ProcessorRow();
00106 
00110         ProcessorTable &getTable() const;
00111         
00116         bool isAdded() const;
00117                 
00119         // Intrinsic Table Attributes //
00121         
00122         
00123         // ===> Attribute processorId
00124         
00125         
00126         
00127 
00128         
00133         Tag getProcessorId() const;
00134         
00135  
00136         
00137         
00138         
00139         
00140 
00141 
00142         
00143         // ===> Attribute modeId
00144         
00145         
00146         
00147 
00148         
00153         Tag getModeId() const;
00154         
00155  
00156         
00157         
00165         void setModeId (Tag modeId);
00166                 
00167         
00168         
00169         
00170 
00171 
00172         
00173         // ===> Attribute processorType
00174         
00175         
00176         
00177 
00178         
00183         ProcessorTypeMod::ProcessorType getProcessorType() const;
00184         
00185  
00186         
00187         
00195         void setProcessorType (ProcessorTypeMod::ProcessorType processorType);
00196                 
00197         
00198         
00199         
00200 
00201 
00202         
00203         // ===> Attribute processorSubType
00204         
00205         
00206         
00207 
00208         
00213         ProcessorSubTypeMod::ProcessorSubType getProcessorSubType() const;
00214         
00215  
00216         
00217         
00225         void setProcessorSubType (ProcessorSubTypeMod::ProcessorSubType processorSubType);
00226                 
00227         
00228         
00229         
00230 
00231 
00233         // Extrinsic Table Attributes //
00235         
00237         // Links //
00239         
00240         
00241         
00242         
00254         bool compareNoAutoInc(Tag modeId, ProcessorTypeMod::ProcessorType processorType, ProcessorSubTypeMod::ProcessorSubType processorSubType);
00255         
00256         
00257 
00258         
00270         bool compareRequiredValue(Tag modeId, ProcessorTypeMod::ProcessorType processorType, ProcessorSubTypeMod::ProcessorSubType processorSubType); 
00271                  
00272         
00281         bool equalByRequiredValue(ProcessorRow* x) ;
00282         
00283 #ifndef WITHOUT_ACS
00284 
00288         asdmIDL::ProcessorRowIDL *toIDL() const;
00289 #endif
00290         
00291 #ifndef WITHOUT_ACS
00292 
00297         void setFromIDL (asdmIDL::ProcessorRowIDL x) ;
00298 #endif
00299         
00304         std::string toXML() const;
00305 
00312         void setFromXML (std::string rowDoc) ;
00313 
00316         // binary-deserialization material from an EndianIStream  //
00318 
00319         std::map<std::string, ProcessorAttributeFromBin> fromBinMethods;
00320 void processorIdFromBin( EndianIStream& eis);
00321 void modeIdFromBin( EndianIStream& eis);
00322 void processorTypeFromBin( EndianIStream& eis);
00323 void processorSubTypeFromBin( EndianIStream& eis);
00324 
00325         
00326 
00334          static ProcessorRow* fromBin(EndianIStream& eis, ProcessorTable& table, const std::vector<std::string>& attributesSeq);         
00336 
00337 private:
00341         ProcessorTable &table;
00345         bool hasBeenAdded;
00346 
00347         // This method is used by the Table class when this row is added to the table.
00348         void isAdded(bool added);
00349 
00350 
00359         ProcessorRow (ProcessorTable &table);
00360 
00378          ProcessorRow (ProcessorTable &table, ProcessorRow &row);
00379                 
00381         // Intrinsic Table Attributes //
00383         
00384         
00385         // ===> Attribute processorId
00386         
00387         
00388 
00389         Tag processorId;
00390 
00391         
00392         
00393         
00403         void setProcessorId (Tag processorId);
00404                 
00405         
00406 
00407         
00408         // ===> Attribute modeId
00409         
00410         
00411 
00412         Tag modeId;
00413 
00414         
00415         
00416         
00417 
00418         
00419         // ===> Attribute processorType
00420         
00421         
00422 
00423         ProcessorTypeMod::ProcessorType processorType;
00424 
00425         
00426         
00427         
00428 
00429         
00430         // ===> Attribute processorSubType
00431         
00432         
00433 
00434         ProcessorSubTypeMod::ProcessorSubType processorSubType;
00435 
00436         
00437         
00438         
00439 
00441         // Extrinsic Table Attributes //
00443         
00445         // Links //
00447         
00448         
00449 /*
00451         // binary-deserialization material from an EndianIStream  //
00453         std::map<std::string, ProcessorAttributeFromBin> fromBinMethods;
00454 void processorIdFromBin( EndianIStream& eis);
00455 void modeIdFromBin( EndianIStream& eis);
00456 void processorTypeFromBin( EndianIStream& eis);
00457 void processorSubTypeFromBin( EndianIStream& eis);
00458 
00459         
00460 */
00461         
00463         // text-deserialization material //
00465         std::map<std::string, ProcessorAttributeFromText> fromTextMethods;
00466         
00467 void processorIdFromText (const string & s);
00468         
00469         
00470 void modeIdFromText (const string & s);
00471         
00472         
00473 void processorTypeFromText (const string & s);
00474         
00475         
00476 void processorSubTypeFromText (const string & s);
00477         
00478 
00479                 
00480         
00481         void fromText(const std::string& attributeName, const std::string&  t);
00482         
00487          void toBin(EndianOSStream& eoss);
00488                  
00498 };
00499 
00500 } // End namespace asdm
00501 
00502 #endif /* Processor_CLASS */