|
Open CASCADE Technology 6.5.2
|
Representation of STEP entity ActionMethod
#include <StepBasic_ActionMethod.hxx>

Public Member Functions | |
| StepBasic_ActionMethod () | |
| Empty constructor | |
| void | Init (const Handle< TCollection_HAsciiString > &aName, const Standard_Boolean hasDescription, const Handle< TCollection_HAsciiString > &aDescription, const Handle< TCollection_HAsciiString > &aConsequence, const Handle< TCollection_HAsciiString > &aPurpose) |
| Initialize all fields (own and inherited) | |
| Handle_TCollection_HAsciiString | Name () const |
| Returns field Name | |
| void | SetName (const Handle< TCollection_HAsciiString > &Name) |
| Set field Name | |
| Handle_TCollection_HAsciiString | Description () const |
| Returns field Description | |
| void | SetDescription (const Handle< TCollection_HAsciiString > &Description) |
| Set field Description | |
| Standard_Boolean | HasDescription () const |
| Returns True if optional field Description is defined | |
| Handle_TCollection_HAsciiString | Consequence () const |
| Returns field Consequence | |
| void | SetConsequence (const Handle< TCollection_HAsciiString > &Consequence) |
| Set field Consequence | |
| Handle_TCollection_HAsciiString | Purpose () const |
| Returns field Purpose | |
| void | SetPurpose (const Handle< TCollection_HAsciiString > &Purpose) |
| Set field Purpose | |
| StepBasic_ActionMethod::StepBasic_ActionMethod | ( | ) |
| Handle_TCollection_HAsciiString StepBasic_ActionMethod::Consequence | ( | ) | const |
| Handle_TCollection_HAsciiString StepBasic_ActionMethod::Description | ( | ) | const |
| Standard_Boolean StepBasic_ActionMethod::HasDescription | ( | ) | const |
| void StepBasic_ActionMethod::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Standard_Boolean | hasDescription, | ||
| const Handle< TCollection_HAsciiString > & | aDescription, | ||
| const Handle< TCollection_HAsciiString > & | aConsequence, | ||
| const Handle< TCollection_HAsciiString > & | aPurpose | ||
| ) |
| Handle_TCollection_HAsciiString StepBasic_ActionMethod::Name | ( | ) | const |
| Handle_TCollection_HAsciiString StepBasic_ActionMethod::Purpose | ( | ) | const |
| void StepBasic_ActionMethod::SetConsequence | ( | const Handle< TCollection_HAsciiString > & | Consequence | ) |
| void StepBasic_ActionMethod::SetDescription | ( | const Handle< TCollection_HAsciiString > & | Description | ) |
| void StepBasic_ActionMethod::SetName | ( | const Handle< TCollection_HAsciiString > & | Name | ) |
| void StepBasic_ActionMethod::SetPurpose | ( | const Handle< TCollection_HAsciiString > & | Purpose | ) |
1.7.4