//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Mfg0BvrDiscreteJoinOperation Filename: Mfg0BvrDiscreteJoinOperation.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRDISCRETEJOINOPERATION__HXX #define TEAMCENTER__MFG0BVRDISCRETEJOINOPERATION__HXX #include #include #include namespace Teamcenter { class Mfg0BvrDiscreteJoinOperation; } namespace Teamcenter { class Mfg0BvrDiscreteJoinOperationImpl; } namespace Teamcenter { class Mfg0BvrDiscreteJoinOperationDelegate; } namespace Teamcenter { class Mfg0BvrDiscreteJoinOperationDispatch; } namespace Teamcenter { class Mfg0BvrDiscreteJoinOperationGenImpl; } namespace Teamcenter { class RootObjectImpl; } class MFGBVR_API Teamcenter::Mfg0BvrDiscreteJoinOperation : public ::Teamcenter::Mfg0BvrOperation { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Mfg0BvrDiscreteJoinOperation(); /** * Destructor */ virtual ~Mfg0BvrDiscreteJoinOperation(); private: // Getter method for the Implementation Object Mfg0BvrDiscreteJoinOperationImpl* getMfg0BvrDiscreteJoinOperationImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMfg0BvrDiscreteJoinOperationImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mfg0BvrDiscreteJoinOperationImpl* m_mfg0bvrdiscretejoinoperationImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param Mfg0BvrDiscreteJoinOperation - desc for Mfg0BvrDiscreteJoinOperation parameter */ Mfg0BvrDiscreteJoinOperation( const Mfg0BvrDiscreteJoinOperation& ); Mfg0BvrDiscreteJoinOperation& operator=( const Mfg0BvrDiscreteJoinOperation& ); friend class Mfg0BvrDiscreteJoinOperationDelegate; friend class Mfg0BvrDiscreteJoinOperationDispatch; friend class Mfg0BvrDiscreteJoinOperationGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRDISCRETEJOINOPERATION__HXX