//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, Fnd0OccEffCutbackDelegate Filename: Fnd0OccEffCutbackDelegate.hxx Module: ps @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0OCCEFFCUTBACKDELEGATE_HXX #define TEAMCENTER__FND0OCCEFFCUTBACKDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0OccEffCutbackDelegate; } namespace Teamcenter { class Fnd0OccEffCutbackImpl; } namespace Teamcenter { class Fnd0OccEffCutback; } namespace Teamcenter { class Fnd0OccEffCutbackGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class PS_API Teamcenter_alias::Fnd0OccEffCutbackDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0OccEffCutbackDelegate instance static Fnd0OccEffCutbackDelegate& getInstance(); // Method to create the Fnd0OccEffCutbackImpl pointer static Fnd0OccEffCutbackImpl* createImpl( Fnd0OccEffCutback& ifObj ); // Method to delete the Fnd0OccEffCutbackImpl pointer static void deleteImpl( Fnd0OccEffCutbackImpl* impl ); /// /// Getter for a Boolean Property /// @version Teamcenter 11.2.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ActiveBase(const Fnd0OccEffCutback &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 11.2.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0AllowGapsBase(const Fnd0OccEffCutback &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0CutbackEffsBase(const Fnd0OccEffCutback &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0DescriptionBase(const Fnd0OccEffCutback &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0NameBase(const Fnd0OccEffCutback &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 11.2.3 /// @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 getFnd0ReplacedOccsBase(const Fnd0OccEffCutback &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 11.2.3 /// @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 getFnd0ReplacingOccsBase(const Fnd0OccEffCutback &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 11.2.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SequenceBase(const Fnd0OccEffCutback &ifObj, int &value, bool &isNull ) const; /// /// Setter for a Boolean Property /// @version Teamcenter 11.2.3 /// @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 setFnd0ActiveBase(Fnd0OccEffCutback &ifObj, bool value, bool isNull ); /// /// Setter for a Boolean Property /// @version Teamcenter 11.2.3 /// @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 setFnd0AllowGapsBase(Fnd0OccEffCutback &ifObj, bool value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.2.3 /// @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 setFnd0CutbackEffsBase(Fnd0OccEffCutback &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.2.3 /// @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 setFnd0DescriptionBase(Fnd0OccEffCutback &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.2.3 /// @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 setFnd0NameBase(Fnd0OccEffCutback &ifObj, const std::string &value, bool isNull ); /// /// Setter for a Tag Array Property /// @version Teamcenter 11.2.3 /// @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 setFnd0ReplacedOccsBase(Fnd0OccEffCutback &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull ); /// /// Setter for a Tag Array Property /// @version Teamcenter 11.2.3 /// @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 setFnd0ReplacingOccsBase(Fnd0OccEffCutback &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull ); /// /// Setter for an Integer Property /// @version Teamcenter 11.2.3 /// @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 setFnd0SequenceBase(Fnd0OccEffCutback &ifObj, int value, bool isNull ); protected: // Pointer to the instance static Fnd0OccEffCutbackDelegate* m_pInstance; Fnd0OccEffCutbackDelegate(); virtual ~Fnd0OccEffCutbackDelegate(); static void setInstance( Fnd0OccEffCutbackDelegate* instance ); private: friend class ::Teamcenter::Fnd0OccEffCutbackGenImpl; }; #include #endif // TEAMCENTER__FND0OCCEFFCUTBACKDELEGATE_HXX