//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, Fnd0ColumnDefDelegate Filename: Fnd0ColumnDefDelegate.hxx Module: uiconfig @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0COLUMNDEFDELEGATE_HXX #define TEAMCENTER__FND0COLUMNDEFDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0ColumnDefDelegate; } namespace Teamcenter { class Fnd0ColumnDefImpl; } namespace Teamcenter { class Fnd0ColumnDef; } namespace Teamcenter { class Fnd0ColumnDefGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class UICONFIG_API Teamcenter_alias::Fnd0ColumnDefDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0ColumnDefDelegate instance static Fnd0ColumnDefDelegate& getInstance(); // Method to create the Fnd0ColumnDefImpl pointer static Fnd0ColumnDefImpl* createImpl( Fnd0ColumnDef& ifObj ); // Method to delete the Fnd0ColumnDefImpl pointer static void deleteImpl( Fnd0ColumnDefImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ObjectTypeBase(const Fnd0ColumnDef &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PropertyNameBase(const Fnd0ColumnDef &ifObj, std::string &value, bool &isNull ) const; protected: // Pointer to the instance static Fnd0ColumnDefDelegate* m_pInstance; Fnd0ColumnDefDelegate(); virtual ~Fnd0ColumnDefDelegate(); static void setInstance( Fnd0ColumnDefDelegate* instance ); private: friend class ::Teamcenter::Fnd0ColumnDefGenImpl; }; #include #endif // TEAMCENTER__FND0COLUMNDEFDELEGATE_HXX