//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, Att0MeasureValueStrDelegate Filename: Att0MeasureValueStrDelegate.hxx Module: Att0attrtargetmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef ATT0ATTRTARGETMGMT__ATT0MEASUREVALUESTRDELEGATE_HXX #define ATT0ATTRTARGETMGMT__ATT0MEASUREVALUESTRDELEGATE_HXX #include #include #include namespace att0attrtargetmgmt { class Att0MeasureValueStrDelegate; } namespace att0attrtargetmgmt { class Att0MeasureValueStrImpl; } namespace att0attrtargetmgmt { class Att0MeasureValueStr; } namespace att0attrtargetmgmt { class Att0MeasureValueStrGenImpl; } namespace att0attrtargetmgmt_alias = ::att0attrtargetmgmt; class ATT0ATTRTARGETMGMT_API att0attrtargetmgmt_alias::Att0MeasureValueStrDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Att0MeasureValueStrDelegate instance static Att0MeasureValueStrDelegate& getInstance(); // Method to create the Att0MeasureValueStrImpl pointer static Att0MeasureValueStrImpl* createImpl( Att0MeasureValueStr& ifObj ); // Method to delete the Att0MeasureValueStrImpl pointer static void deleteImpl( Att0MeasureValueStrImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10.1.4 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAtt0DisplayValueBase(const Att0MeasureValueStr &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1.4 /// @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 setAtt0ValueBase(Att0MeasureValueStr &ifObj, const std::string &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Att0MeasureValueStr &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Att0MeasureValueStr &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Att0MeasureValueStrDelegate* m_pInstance; Att0MeasureValueStrDelegate(); virtual ~Att0MeasureValueStrDelegate(); static void setInstance( Att0MeasureValueStrDelegate* instance ); private: friend class ::att0attrtargetmgmt::Att0MeasureValueStrGenImpl; }; #include #endif // ATT0ATTRTARGETMGMT__ATT0MEASUREVALUESTRDELEGATE_HXX