//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, GDELineDelegate Filename: GDELineDelegateExt.hxx Module: Mci0mfgcharacteristicsbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX #define MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX #include #include #include namespace mci0 { namespace mci0mfgcharacteristics { class GDELineDelegate; } } namespace mci0 { namespace mci0mfgcharacteristics { class GDELineImpl; } } namespace mci0 { namespace mci0mfgcharacteristics { class GDELine; } } namespace mci0 { namespace mci0mfgcharacteristics { class GDELineGenImpl; } } namespace mci0_alias = ::mci0; class MCI0MFGCHARACTERISTICSBVR_API mci0_alias::mci0mfgcharacteristics::GDELineDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the GDELineDelegate instance static GDELineDelegate& getInstance(); // Method to create the GDELineImpl pointer static GDELineImpl* createImpl( GDELine& ifObj ); // Method to delete the GDELineImpl pointer static void deleteImpl( GDELineImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10.1.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMci0KeyCharacteristicsBase(const GDELine &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setMci0KeyCharacteristicsBase(GDELine &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static GDELineDelegate* m_pInstance; GDELineDelegate(); virtual ~GDELineDelegate(); static void setInstance( GDELineDelegate* instance ); private: friend class ::mci0::mci0mfgcharacteristics::GDELineGenImpl; }; #include #endif // MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX