//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, Lbr0ActionSet Filename: Lbr0ActionSet.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX #define TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX #include #include #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSet; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetDispatch; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0ActionSet : public ::Teamcenter::LibraryMgmt::Lbr0SpecificationElement { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// 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 getLbr0ActionDefinitions( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for an Integer 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 getLbr0ActionSetType( int &value, bool &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 getLbr0ApplicationData( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string 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 getLbr0Source( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getLbr0Target( std::string &value, bool &isNull ) const; /// /// Setter for an Integer 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 setLbr0ActionSetType( int value, bool isNull=false ); /// /// Setter for a string 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 setLbr0Source( const std::string &value, bool isNull=false ); /// /// Setter for a string 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 setLbr0Target( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Lbr0ActionSet(); /** * Destructor */ virtual ~Lbr0ActionSet(); private: // Getter method for the Implementation Object Lbr0ActionSetImpl* getLbr0ActionSetImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setLbr0ActionSetImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Lbr0ActionSetImpl* m_lbr0actionsetImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param Lbr0ActionSet - desc for Lbr0ActionSet parameter */ Lbr0ActionSet( const Lbr0ActionSet& ); Lbr0ActionSet& operator=( const Lbr0ActionSet& ); friend class Lbr0ActionSetDelegate; friend class Lbr0ActionSetDispatch; friend class Lbr0ActionSetGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX