Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
me
CfgActivityLine.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, CfgActivityLine
12
Filename: CfgActivityLine.hxx
13
Module: me
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__CFGACTIVITYLINE__HXX
18
#define TEAMCENTER__CFGACTIVITYLINE__HXX
19
20
#include <unidefs.h>
21
#include <string>
22
#include <common/tc_deprecation_macros.h>
23
#include <
me/CfgAttachmentLine.hxx
>
24
25
#include <me/libme_exports.h>
26
27
namespace
Teamcenter
28
{
29
class
CfgActivityLine;
30
}
31
namespace
Teamcenter
32
{
33
class
CfgActivityLineImpl;
34
}
35
namespace
Teamcenter
36
{
37
class
CfgActivityLineDelegate;
38
}
39
namespace
Teamcenter
40
{
41
class
CfgActivityLineDispatch;
42
}
43
namespace
Teamcenter
44
{
45
class
CfgActivityLineGenImpl;
46
}
47
namespace
Teamcenter
48
{
49
class
RootObjectImpl;
50
}
51
52
class
ME_API Teamcenter::
CfgActivityLine
53
:
public
::Teamcenter::CfgAttachmentLine
54
{
55
public
:
56
61
static
const
std::string&
getInterfaceName
();
62
63
71
int
getAl_activity_oper_bl
( tag_t &value,
bool
&isNull )
const
;
72
80
int
getFnd0ALAirCuttingTime
(
double
&value,
bool
&isNull )
const
;
81
89
int
getFnd0ALCuttingTime
(
double
&value,
bool
&isNull )
const
;
90
98
int
getFnd0ALDelayTime
(
double
&value,
bool
&isNull )
const
;
99
107
int
getFnd0ALDevicePath
( std::string &value,
bool
&isNull )
const
;
108
116
int
getFnd0ALDevicePathIDs
( std::string &value,
bool
&isNull )
const
;
117
125
int
getFnd0ALDraggingTime
(
double
&value,
bool
&isNull )
const
;
126
134
int
getFnd0ALMatCuttingTime
(
double
&value,
bool
&isNull )
const
;
135
143
int
getFnd0ALPosLinearTime
(
double
&value,
bool
&isNull )
const
;
144
152
int
getFnd0ALPosMixedTime
(
double
&value,
bool
&isNull )
const
;
153
161
int
getFnd0ALPosRotaryTime
(
double
&value,
bool
&isNull )
const
;
162
170
int
getFnd0ALPosTime
(
double
&value,
bool
&isNull )
const
;
171
179
int
getFnd0ALSecondaryTime
(
double
&value,
bool
&isNull )
const
;
180
188
int
getFnd0ALToolChangeTime
(
double
&value,
bool
&isNull )
const
;
189
197
int
getFnd0ALToolID
( std::string &value,
bool
&isNull )
const
;
198
206
int
getFnd0ALTotalTime
(
double
&value,
bool
&isNull )
const
;
207
215
int
getFnd0ALWaitTime
(
double
&value,
bool
&isNull )
const
;
216
224
int
setAl_activity_oper_bl
(
const
tag_t &value,
bool
isNull=
false
);
225
233
int
getAl_activity_time_system_category
( std::string &value,
bool
&isNull )
const
;
234
242
int
getAl_activity_time_system_frequency
( std::string &value,
bool
&isNull )
const
;
243
251
int
getAl_activity_time_system_unit_time
( std::string &value,
bool
&isNull )
const
;
252
260
int
setAl_activity_time_system_category
(
const
std::string &value,
bool
isNull=
false
);
261
269
int
setAl_activity_time_system_frequency
(
const
std::string &value,
bool
isNull=
false
);
270
278
int
setAl_activity_time_system_unit_time
(
const
std::string &value,
bool
isNull=
false
);
279
protected
:
280
// Method to initialize
281
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
282
286
CfgActivityLine
();
287
291
virtual
~CfgActivityLine
();
292
293
private
:
294
// Getter method for the Implementation Object
295
CfgActivityLineImpl*
getCfgActivityLineImpl
()
const
;
296
// Setter method for the Implementation Object
297
::Teamcenter::RootObjectImpl*
setCfgActivityLineImpl
( ::Teamcenter::RootObjectImpl* impl );
298
299
// Method to set the delete impl boolean
300
void
setDeleteImpl
(
bool
del );
301
302
// Pointer to the Implementation object
303
CfgActivityLineImpl*
m_cfgactivitylineImpl
;
304
305
// Flag to indicate if Implementation object needs to be deleted
306
bool
m_deleteImpl
;
307
311
static
std::string
name
;
312
317
CfgActivityLine
(
const
CfgActivityLine
& );
318
CfgActivityLine
&
operator=
(
const
CfgActivityLine
& );
319
320
friend
class
CfgActivityLineDelegate;
321
friend
class
CfgActivityLineGenImpl;
322
};
323
324
#include <me/libme_undef.h>
325
#endif // TEAMCENTER__CFGACTIVITYLINE__HXX