//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, Fnd0DesignReqBOMLineDelegate Filename: Fnd0DesignReqBOMLineDelegate.hxx Module: validation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0DESIGNREQBOMLINEDELEGATE_HXX #define TEAMCENTER__FND0DESIGNREQBOMLINEDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0DesignReqBOMLineDelegate; } namespace Teamcenter { class Fnd0DesignReqBOMLineImpl; } namespace Teamcenter { class Fnd0DesignReqBOMLine; } namespace Teamcenter { class Fnd0DesignReqBOMLineGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class VALIDATION_API Teamcenter_alias::Fnd0DesignReqBOMLineDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0DesignReqBOMLineDelegate instance static Fnd0DesignReqBOMLineDelegate& getInstance(); // Method to create the Fnd0DesignReqBOMLineImpl pointer static Fnd0DesignReqBOMLineImpl* createImpl( Fnd0DesignReqBOMLine& ifObj ); // Method to delete the Fnd0DesignReqBOMLineImpl pointer static void deleteImpl( Fnd0DesignReqBOMLineImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bl_req_expression_strBase(const Fnd0DesignReqBOMLine &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10 /// @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 setFnd0bl_req_expression_strBase(Fnd0DesignReqBOMLine &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Fnd0DesignReqBOMLineDelegate* m_pInstance; Fnd0DesignReqBOMLineDelegate(); virtual ~Fnd0DesignReqBOMLineDelegate(); static void setInstance( Fnd0DesignReqBOMLineDelegate* instance ); private: friend class ::Teamcenter::Fnd0DesignReqBOMLineGenImpl; }; #include #endif // TEAMCENTER__FND0DESIGNREQBOMLINEDELEGATE_HXX