//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, Wpm0WorkPackageRevisionDelegate Filename: Wpm0WorkPackageRevisionDelegate.hxx Module: wpm0pkgmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX #define PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX #include #include #include namespace pkgmgmt { class Wpm0WorkPackageRevisionDelegate; } namespace pkgmgmt { class Wpm0WorkPackageRevisionImpl; } namespace pkgmgmt { class Wpm0WorkPackageRevision; } namespace pkgmgmt { class Wpm0WorkPackageRevisionGenImpl; } namespace pkgmgmt_alias = ::pkgmgmt; class WPM0PKGMGMT_API pkgmgmt_alias::Wpm0WorkPackageRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Wpm0WorkPackageRevisionDelegate instance static Wpm0WorkPackageRevisionDelegate& getInstance(); // Method to create the Wpm0WorkPackageRevisionImpl pointer static Wpm0WorkPackageRevisionImpl* createImpl( Wpm0WorkPackageRevision& ifObj ); // Method to delete the Wpm0WorkPackageRevisionImpl pointer static void deleteImpl( Wpm0WorkPackageRevisionImpl* 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 getWpm0WorkPackageComplexityBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const; /// /// 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 getWpm0WorkPackageSecurityBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const; /// /// 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 getWpm0WorkPackageTypeBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const; /// /// 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 getWpm0WorkPackageVendorBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const; protected: // Pointer to the instance static Wpm0WorkPackageRevisionDelegate* m_pInstance; Wpm0WorkPackageRevisionDelegate(); virtual ~Wpm0WorkPackageRevisionDelegate(); static void setInstance( Wpm0WorkPackageRevisionDelegate* instance ); private: friend class ::pkgmgmt::Wpm0WorkPackageRevisionGenImpl; }; #include #endif // PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX