VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
componentSystemMetaData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include "vrfutil/readerWriter.h"
15 #include "vrfutil/rwString.h"
20 
27 {
28 private:
31 
32 public:
33 
35  DtComponentSystemMetaData(const DtString & name,
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
44  orig);
45 
47  virtual ~DtComponentSystemMetaData();
48 
50 
51  virtual DtString systemName() const;
52  virtual void setSystemName(const DtString& name);
54 
56 
57  virtual DtString systemDescription() const;
58  virtual void setSystemDescription(const DtString& desc);
60 
62 
63  virtual const DtRwNLengthStringVector& allowedStateRepositoryTypes() const;
64  virtual DtRwNLengthStringVector& allowedStateRepositoryTypes();
66 
68  virtual bool allowedForStateRepositoryType(const DtString& srTypeString) const;
69 
71 
72  virtual const DtRwNLengthStringVector& systemCategories() const;
73  virtual DtRwNLengthStringVector& systemCategories();
75 
77 
78  virtual const DtSystemParameterDataList& paramterDataList() const;
79  virtual DtSystemParameterDataList& paramterDataList();
81 
84 
85  virtual const DtSystemMetaDataEntryList& metaDataEntryList() const;
86  virtual DtSystemMetaDataEntryList& metaDataEntryList();
88 
91  virtual const std::map<DtString, DtString> attributeList() const;
92 
95  virtual const DtSystemMetaDataEntry* lookupMetaDataEntry(const DtString& dataType) const;
96 
98  virtual bool inSystemCategory(const DtString& category) const;
99 
101  bool operator==(const DtComponentSystemMetaData&) const;
102 
103 protected:
108 
114 
123 
129 
138 
146 
153 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)