//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, Fnd0OAROpDelegate Filename: Fnd0OAROpDelegate.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0OAROPDELEGATE_HXX #define TEAMCENTER__FND0OAROPDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0OAROpDelegate; } namespace Teamcenter { class Fnd0OAROpImpl; } namespace Teamcenter { class Fnd0OAROp; } namespace Teamcenter { class Fnd0OAROpGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SA_API Teamcenter_alias::Fnd0OAROpDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0OAROpDelegate instance static Fnd0OAROpDelegate& getInstance(); // Method to create the Fnd0OAROpImpl pointer static Fnd0OAROpImpl* createImpl( Fnd0OAROp& ifObj ); // Method to delete the Fnd0OAROpImpl pointer static void deleteImpl( Fnd0OAROpImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 12 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0OAROpDescBase(const Fnd0OAROp &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0OAROpNameBase(const Fnd0OAROp &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0OAROpTypeBase(const Fnd0OAROp &ifObj, std::string &value, bool &isNull ) const; /// /// desc for setPropertiesFromCreateInpu /// @version Tc 8 /// @param creInput - Description for CreateInput /// @return - return desc for setPropertiesFromCreateInput /// int setPropertiesFromCreateInputBase(const Fnd0OAROp &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Fnd0OAROpDelegate* m_pInstance; Fnd0OAROpDelegate(); virtual ~Fnd0OAROpDelegate(); static void setInstance( Fnd0OAROpDelegate* instance ); private: friend class ::Teamcenter::Fnd0OAROpGenImpl; }; #include #endif // TEAMCENTER__FND0OAROPDELEGATE_HXX