//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, Mfg0ApprSchCriteriaBIWAttrDelegate Filename: Mfg0ApprSchCriteriaBIWAttrDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0APPRSCHCRITERIABIWATTRDELEGATE_HXX #define TEAMCENTER__MFG0APPRSCHCRITERIABIWATTRDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0ApprSchCriteriaBIWAttrDelegate; } namespace Teamcenter { class Mfg0ApprSchCriteriaBIWAttrImpl; } namespace Teamcenter { class Mfg0ApprSchCriteriaBIWAttr; } namespace Teamcenter { class Mfg0ApprSchCriteriaBIWAttrGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0ApprSchCriteriaBIWAttrDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0ApprSchCriteriaBIWAttrDelegate instance static Mfg0ApprSchCriteriaBIWAttrDelegate& getInstance(); // Method to create the Mfg0ApprSchCriteriaBIWAttrImpl pointer static Mfg0ApprSchCriteriaBIWAttrImpl* createImpl( Mfg0ApprSchCriteriaBIWAttr& ifObj ); // Method to delete the Mfg0ApprSchCriteriaBIWAttrImpl pointer static void deleteImpl( Mfg0ApprSchCriteriaBIWAttrImpl* impl ); /// /// Getter for a Boolean Property /// @version Teamcenter 10 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0considerIPABase(const Mfg0ApprSchCriteriaBIWAttr &ifObj, bool &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 getMfg0match_typeBase(const Mfg0ApprSchCriteriaBIWAttr &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 getMfg0object_typeBase(const Mfg0ApprSchCriteriaBIWAttr &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 getMfg0query_typeBase(const Mfg0ApprSchCriteriaBIWAttr &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 10 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0relContextItemBase(const Mfg0ApprSchCriteriaBIWAttr &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0withHierarchyBase(const Mfg0ApprSchCriteriaBIWAttr &ifObj, bool &value, bool &isNull ) const; /// /// Setter for a Boolean 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 setMfg0considerIPABase(Mfg0ApprSchCriteriaBIWAttr &ifObj, bool value, bool isNull ); /// /// 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 setMfg0match_typeBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, const std::string &value, bool isNull ); /// /// 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 setMfg0object_typeBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, const std::string &value, bool isNull ); /// /// 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 setMfg0query_typeBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, const std::string &value, bool isNull ); /// /// Setter for a Tag 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 setMfg0related_objectsBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, const tag_t &value, bool isNull ); /// /// Setter for a Tag 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 setMfg0relContextItemBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, const tag_t &value, bool isNull ); /// /// Setter for a Boolean 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 setMfg0withHierarchyBase(Mfg0ApprSchCriteriaBIWAttr &ifObj, bool value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Mfg0ApprSchCriteriaBIWAttr &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Mfg0ApprSchCriteriaBIWAttrDelegate* m_pInstance; Mfg0ApprSchCriteriaBIWAttrDelegate(); virtual ~Mfg0ApprSchCriteriaBIWAttrDelegate(); static void setInstance( Mfg0ApprSchCriteriaBIWAttrDelegate* instance ); private: friend class ::Teamcenter::Mfg0ApprSchCriteriaBIWAttrGenImpl; }; #include #endif // TEAMCENTER__MFG0APPRSCHCRITERIABIWATTRDELEGATE_HXX