Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ccdm
CalParmRevision.hxx
Go to the documentation of this file.
1
//Copyright 2022 Siemens Digital Industries Software
2
//==================================================
3
//Copyright $2023.
4
//Siemens Product Lifecycle Management Software Inc.
5
//All Rights Reserved.
6
//==================================================
7
//Copyright 2022 Siemens Digital Industries Software
8
9
/*==================================================================================================
10
File description:
11
This file contains the declaration for the Business Object, CalParmRevision
12
Filename: CalParmRevision.hxx
13
Module: ccdm
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef CCDM__CALPARMREVISION__HXX
18
#define CCDM__CALPARMREVISION__HXX
19
20
#include <string>
21
#include <unidefs.h>
22
#include <common/tc_deprecation_macros.h>
23
#include <
rdv/ArchitectureRevision.hxx
>
24
25
#include <ccdm/libccdm_exports.h>
26
27
namespace
ccdm
28
{
29
class
CalParmRevision;
30
}
31
namespace
ccdm
32
{
33
class
CalParmRevisionImpl;
34
}
35
namespace
ccdm
36
{
37
class
CalParmRevisionDelegate;
38
}
39
namespace
ccdm
40
{
41
class
CalParmRevisionDispatch;
42
}
43
namespace
ccdm
44
{
45
class
CalParmRevisionGenImpl;
46
}
47
namespace
Teamcenter
48
{
49
class
RootObjectImpl;
50
}
51
52
class
CCDM_API ccdm::
CalParmRevision
53
:
public
::Teamcenter::ArchitectureRevision
54
{
55
public
:
56
61
static
const
std::string&
getInterfaceName
();
62
63
71
int
getComment
( std::string &value,
bool
&isNull )
const
;
72
80
int
getControlEngineer
( tag_t &value,
bool
&isNull )
const
;
81
89
int
getParmDescriptor
( std::string &value,
bool
&isNull )
const
;
90
98
int
getSpecialist
( tag_t &value,
bool
&isNull )
const
;
99
107
int
getUserData
( tag_t &value,
bool
&isNull )
const
;
108
116
int
setComment
(
const
std::string &value,
bool
isNull=
false
);
117
125
int
setControlEngineer
(
const
tag_t &value,
bool
isNull=
false
);
126
134
int
setParmDescriptor
(
const
std::string &value,
bool
isNull=
false
);
135
143
int
setSpecialist
(
const
tag_t &value,
bool
isNull=
false
);
144
152
int
setUserData
(
const
tag_t &value,
bool
isNull=
false
);
153
protected
:
154
// Method to initialize
155
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
156
160
CalParmRevision
();
161
165
virtual
~CalParmRevision
();
166
167
private
:
168
// Getter method for the Implementation Object
169
CalParmRevisionImpl*
getCalParmRevisionImpl
()
const
;
170
// Setter method for the Implementation Object
171
::Teamcenter::RootObjectImpl*
setCalParmRevisionImpl
( ::Teamcenter::RootObjectImpl* impl );
172
173
// Method to set the delete impl boolean
174
void
setDeleteImpl
(
bool
del );
175
176
// Pointer to the Implementation object
177
CalParmRevisionImpl*
m_calparmrevisionImpl
;
178
179
// Flag to indicate if Implementation object needs to be deleted
180
bool
m_deleteImpl
;
181
185
static
std::string
name
;
186
191
CalParmRevision
(
const
CalParmRevision
& );
192
CalParmRevision
&
operator=
(
const
CalParmRevision
& );
193
194
friend
class
CalParmRevisionDelegate;
195
friend
class
CalParmRevisionGenImpl;
196
};
197
198
#include <ccdm/libccdm_undef.h>
199
#endif // CCDM__CALPARMREVISION__HXX