//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, CAE0FileCollection Filename: CAE0FileCollection.hxx Module: CAE0SimulationProcessManagement @BMIDE autogenerated ==================================================================================================*/ #ifndef CAE__CAE0FILECOLLECTION__HXX #define CAE__CAE0FILECOLLECTION__HXX #include #include #include #include namespace cae { class CAE0FileCollection; } namespace cae { class CAE0FileCollectionImpl; } namespace cae { class CAE0FileCollectionDelegate; } namespace cae { class CAE0FileCollectionDispatch; } namespace cae { class CAE0FileCollectionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CAE0SIMULATIONPROCESSMANAGEMENT_API cae::CAE0FileCollection : public ::Teamcenter::WorkspaceObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Setter for a Tag Array Property /// @version Teamcenter 11.5 /// @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 setCae0Folders( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ CAE0FileCollection(); /** * Destructor */ virtual ~CAE0FileCollection(); private: // Getter method for the Implementation Object CAE0FileCollectionImpl* getCAE0FileCollectionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCAE0FileCollectionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object CAE0FileCollectionImpl* m_cae0filecollectionImpl; // 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 CAE0FileCollection - desc for CAE0FileCollection parameter */ CAE0FileCollection( const CAE0FileCollection& ); CAE0FileCollection& operator=( const CAE0FileCollection& ); friend class CAE0FileCollectionDelegate; friend class CAE0FileCollectionDispatch; friend class CAE0FileCollectionGenImpl; }; #include #endif // CAE__CAE0FILECOLLECTION__HXX