//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, Fnd0OARConditionPropDelegate Filename: Fnd0OARConditionPropDelegate.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX #define TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0OARConditionPropDelegate; } namespace Teamcenter { class Fnd0OARConditionPropImpl; } namespace Teamcenter { class Fnd0OARConditionProp; } namespace Teamcenter { class Fnd0OARConditionPropGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SA_API Teamcenter_alias::Fnd0OARConditionPropDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0OARConditionPropDelegate instance static Fnd0OARConditionPropDelegate& getInstance(); // Method to create the Fnd0OARConditionPropImpl pointer static Fnd0OARConditionPropImpl* createImpl( Fnd0OARConditionProp& ifObj ); // Method to delete the Fnd0OARConditionPropImpl pointer static void deleteImpl( Fnd0OARConditionPropImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 12.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PropDescBase(const Fnd0OARConditionProp &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PropNameBase(const Fnd0OARConditionProp &ifObj, std::string &value, bool &isNull ) const; /// /// desc for setPropertiesFromCreateInpu /// @version Tc 8 /// @param creInput - Description for CreateInput /// @return - return desc for setPropertiesFromCreateInput /// int setPropertiesFromCreateInputBase(const Fnd0OARConditionProp &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Fnd0OARConditionPropDelegate* m_pInstance; Fnd0OARConditionPropDelegate(); virtual ~Fnd0OARConditionPropDelegate(); static void setInstance( Fnd0OARConditionPropDelegate* instance ); private: friend class ::Teamcenter::Fnd0OARConditionPropGenImpl; }; #include #endif // TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX