|
Open CASCADE Technology 6.5.2
|
Representation of STEP entity Contract
#include <StepBasic_Contract.hxx>

Public Member Functions | |
| StepBasic_Contract () | |
| Empty constructor | |
| void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< TCollection_HAsciiString > &aPurpose, const Handle< StepBasic_ContractType > &aKind) |
| 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 | Purpose () const |
| Returns field Purpose | |
| void | SetPurpose (const Handle< TCollection_HAsciiString > &Purpose) |
| Set field Purpose | |
| Handle_StepBasic_ContractType | Kind () const |
| Returns field Kind | |
| void | SetKind (const Handle< StepBasic_ContractType > &Kind) |
| Set field Kind | |
| StepBasic_Contract::StepBasic_Contract | ( | ) |
| void StepBasic_Contract::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< TCollection_HAsciiString > & | aPurpose, | ||
| const Handle< StepBasic_ContractType > & | aKind | ||
| ) |
| Handle_StepBasic_ContractType StepBasic_Contract::Kind | ( | ) | const |
| Handle_TCollection_HAsciiString StepBasic_Contract::Name | ( | ) | const |
| Handle_TCollection_HAsciiString StepBasic_Contract::Purpose | ( | ) | const |
| void StepBasic_Contract::SetKind | ( | const Handle< StepBasic_ContractType > & | Kind | ) |
| void StepBasic_Contract::SetName | ( | const Handle< TCollection_HAsciiString > & | Name | ) |
| void StepBasic_Contract::SetPurpose | ( | const Handle< TCollection_HAsciiString > & | Purpose | ) |
1.7.4