//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, Cba0LOUProxyDelegate Filename: Cba0LOUProxyDelegate.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__CBA0LOUPROXYDELEGATE_HXX #define TEAMCENTER__CBA__CBA0LOUPROXYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace cba { class Cba0LOUProxyDelegate; } } namespace Teamcenter { namespace cba { class Cba0LOUProxyImpl; } } namespace Teamcenter { namespace cba { class Cba0LOUProxy; } } namespace Teamcenter { namespace cba { class Cba0LOUProxyGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CBA_API Teamcenter_alias::cba::Cba0LOUProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cba0LOUProxyDelegate instance static Cba0LOUProxyDelegate& getInstance(); // Method to create the Cba0LOUProxyImpl pointer static Cba0LOUProxyImpl* createImpl( Cba0LOUProxy& ifObj ); // Method to delete the Cba0LOUProxyImpl pointer static void deleteImpl( Cba0LOUProxyImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 9.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCba0_PartIDBase(const Cba0LOUProxy &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCba0_QuantityBase(const Cba0LOUProxy &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCba0RpsRpdByGroupIdBase(const Cba0LOUProxy &ifObj, std::string &value, bool &isNull ) const; protected: // Pointer to the instance static Cba0LOUProxyDelegate* m_pInstance; Cba0LOUProxyDelegate(); virtual ~Cba0LOUProxyDelegate(); static void setInstance( Cba0LOUProxyDelegate* instance ); private: friend class ::Teamcenter::cba::Cba0LOUProxyGenImpl; }; #include #endif // TEAMCENTER__CBA__CBA0LOUPROXYDELEGATE_HXX