//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, Mfg0BvrOperationDelegate Filename: Mfg0BvrOperationDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVROPERATIONDELEGATE_HXX #define TEAMCENTER__MFG0BVROPERATIONDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrOperationDelegate; } namespace Teamcenter { class Mfg0BvrOperationImpl; } namespace Teamcenter { class Mfg0BvrOperation; } namespace Teamcenter { class Mfg0BvrOperationGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrOperationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrOperationDelegate instance static Mfg0BvrOperationDelegate& getInstance(); // Method to create the Mfg0BvrOperationImpl pointer static Mfg0BvrOperationImpl* createImpl( Mfg0BvrOperation& ifObj ); // Method to delete the Mfg0BvrOperationImpl pointer static void deleteImpl( Mfg0BvrOperationImpl* impl ); /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0all_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0allocated_featuresBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 8.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0allocated_timeBase(const Mfg0BvrOperation &ifObj, double &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0assembled_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0assigned_workareaBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 8.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0calc_dur_start_timeBase(const Mfg0BvrOperation &ifObj, double &value, bool &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 8.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0calc_durationBase(const Mfg0BvrOperation &ifObj, double &value, bool &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 8.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0calc_start_timeBase(const Mfg0BvrOperation &ifObj, double &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0consumed_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0disassembled_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0ExecPositionsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0handled_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// 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 getMfg0has_originBase(const Mfg0BvrOperation &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 8.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0implementsBase(const Mfg0BvrOperation &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0input_flowsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 13.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0input_scope_flowsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0ld_representationBase(const Mfg0BvrOperation &ifObj, std::string &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 getMfg0originBase(const Mfg0BvrOperation &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0other_materialBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0output_flowsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 13.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0output_scope_flowsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 9.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0prec_const_predecessorsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 9.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0prec_const_successorsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0predecessorsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0probabilityBase(const Mfg0BvrOperation &ifObj, double &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 10.1.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0processResourceBase(const Mfg0BvrOperation &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0successorsBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0used_equipmentBase(const Mfg0BvrOperation &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Setter for a Double Property /// @version Teamcenter 8.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 setMfg0allocated_timeBase(Mfg0BvrOperation &ifObj, double value, bool isNull ); /// /// Setter for a Double Property /// @version Teamcenter 10.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 setMfg0calc_start_timeBase(Mfg0BvrOperation &ifObj, double value, bool isNull ); /// /// Setter for a Tag Array Property /// @version Teamcenter 10.1 /// @param values - Values to be set for the parameter /// @param isNull - If array element is true, set the parameter value at that location as null /// @return - Status. 0 if successful /// int setMfg0ExecPositionsBase(Mfg0BvrOperation &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull ); /// /// Setter for a Tag Property /// @version Teamcenter 10.1.2 /// @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 setMfg0processResourceBase(Mfg0BvrOperation &ifObj, const tag_t &value, bool isNull ); protected: // Pointer to the instance static Mfg0BvrOperationDelegate* m_pInstance; Mfg0BvrOperationDelegate(); virtual ~Mfg0BvrOperationDelegate(); static void setInstance( Mfg0BvrOperationDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrOperationGenImpl; }; #include #endif // TEAMCENTER__MFG0BVROPERATIONDELEGATE_HXX