//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, Mfg0BvrPrecedenceConstraintDelegate Filename: Mfg0BvrPrecedenceConstraintDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRPRECEDENCECONSTRAINTDELEGATE_HXX #define TEAMCENTER__MFG0BVRPRECEDENCECONSTRAINTDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrPrecedenceConstraintDelegate; } namespace Teamcenter { class Mfg0BvrPrecedenceConstraintImpl; } namespace Teamcenter { class Mfg0BvrPrecedenceConstraint; } namespace Teamcenter { class Mfg0BvrPrecedenceConstraintGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrPrecedenceConstraintDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrPrecedenceConstraintDelegate instance static Mfg0BvrPrecedenceConstraintDelegate& getInstance(); // Method to create the Mfg0BvrPrecedenceConstraintImpl pointer static Mfg0BvrPrecedenceConstraintImpl* createImpl( Mfg0BvrPrecedenceConstraint& ifObj ); // Method to delete the Mfg0BvrPrecedenceConstraintImpl pointer static void deleteImpl( Mfg0BvrPrecedenceConstraintImpl* impl ); /// /// Getter for a Boolean 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 getMfg0implicitBase(const Mfg0BvrPrecedenceConstraint &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Tag 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 getMfg0predecessorBase(const Mfg0BvrPrecedenceConstraint &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag 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 getMfg0successorBase(const Mfg0BvrPrecedenceConstraint &ifObj, tag_t &value, bool &isNull ) const; protected: // Pointer to the instance static Mfg0BvrPrecedenceConstraintDelegate* m_pInstance; Mfg0BvrPrecedenceConstraintDelegate(); virtual ~Mfg0BvrPrecedenceConstraintDelegate(); static void setInstance( Mfg0BvrPrecedenceConstraintDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrPrecedenceConstraintGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRPRECEDENCECONSTRAINTDELEGATE_HXX