//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, Aed0EngObjectElement Filename: Aed0EngObjectElement.hxx Module: Aed0automationelectricdesign @BMIDE autogenerated ==================================================================================================*/ #ifndef AED0AUTOMATIONELECTRICDESIGN__AED0ENGOBJECTELEMENT__HXX #define AED0AUTOMATIONELECTRICDESIGN__AED0ENGOBJECTELEMENT__HXX #include #include #include #include #include namespace aed0automationelectricdesign { class Aed0EngObjectElement; } namespace aed0automationelectricdesign { class Aed0EngObjectElementImpl; } namespace aed0automationelectricdesign { class Aed0EngObjectElementDelegate; } namespace aed0automationelectricdesign { class Aed0EngObjectElementDispatch; } namespace aed0automationelectricdesign { class Aed0EngObjectElementGenImpl; } namespace Teamcenter { class RootObjectImpl; } class AED0AUTOMATIONELECTRICDESIGN_API aed0automationelectricdesign::Aed0EngObjectElement : public ::Teamcenter::Cpd::Cpd0DesignModelElement { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Tag Array Property /// @version Teamcenter 11.2.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 getAed0AttachedPorts( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0CustProductNo( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 13 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0CutLength( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0FuncParentMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0FunctionMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0FunctionSLRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0Gtin( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0LocationMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0LocationSLRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0LocParentMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0MfgName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0MfgOrderNumber( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0MfgShortDesc( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0MfgType( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0NetWeight( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0ParentRDS( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0ProductMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0ProductParentMRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0ProductSLRD( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.6 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAed0RDS( std::string &value, bool &isNull ) const; protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Aed0EngObjectElement(); /** * Destructor */ virtual ~Aed0EngObjectElement(); private: // Getter method for the Implementation Object Aed0EngObjectElementImpl* getAed0EngObjectElementImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setAed0EngObjectElementImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Aed0EngObjectElementImpl* m_aed0engobjectelementImpl; // 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 Aed0EngObjectElement - desc for Aed0EngObjectElement parameter */ Aed0EngObjectElement( const Aed0EngObjectElement& ); Aed0EngObjectElement& operator=( const Aed0EngObjectElement& ); friend class Aed0EngObjectElementDelegate; friend class Aed0EngObjectElementDispatch; friend class Aed0EngObjectElementGenImpl; }; #include #endif // AED0AUTOMATIONELECTRICDESIGN__AED0ENGOBJECTELEMENT__HXX