0023024: Update headers of OCCT files
[occt.git] / src / StepAP203 / StepAP203_DateTimeItem.cxx
1 // Created on: 1999-11-26
2 // Created by: Andrey BETENEV
3 // Copyright (c) 1999 Matra Datavision
4 // Copyright (c) 1999-2012 OPEN CASCADE SAS
5 //
6 // The content of this file is subject to the Open CASCADE Technology Public
7 // License Version 6.5 (the "License"). You may not use the content of this file
8 // except in compliance with the License. Please obtain a copy of the License
9 // at http://www.opencascade.org and read it completely before using this file.
10 //
11 // The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
12 // main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
13 //
14 // The Original Code and all software distributed under the License is
15 // distributed on an "AS IS" basis, without warranty of any kind, and the
16 // Initial Developer hereby disclaims all such warranties, including without
17 // limitation, any warranties of merchantability, fitness for a particular
18 // purpose or non-infringement. Please see the License for the specific terms
19 // and conditions governing the rights and limitations under the License.
20
21 // Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
22
23 #include <StepAP203_DateTimeItem.ixx>
24
25 //=======================================================================
26 //function : StepAP203_DateTimeItem
27 //purpose  : 
28 //=======================================================================
29
30 StepAP203_DateTimeItem::StepAP203_DateTimeItem ()
31 {
32 }
33
34 //=======================================================================
35 //function : CaseNum
36 //purpose  : 
37 //=======================================================================
38
39 Standard_Integer StepAP203_DateTimeItem::CaseNum (const Handle(Standard_Transient)& ent) const
40 {
41   if (ent.IsNull()) return 0;
42   if (ent->IsKind(STANDARD_TYPE(StepBasic_ProductDefinition))) return 1;
43   if (ent->IsKind(STANDARD_TYPE(StepAP203_ChangeRequest))) return 2;
44   if (ent->IsKind(STANDARD_TYPE(StepAP203_StartRequest))) return 3;
45   if (ent->IsKind(STANDARD_TYPE(StepAP203_Change))) return 4;
46   if (ent->IsKind(STANDARD_TYPE(StepAP203_StartWork))) return 5;
47   if (ent->IsKind(STANDARD_TYPE(StepBasic_ApprovalPersonOrganization))) return 6;
48   if (ent->IsKind(STANDARD_TYPE(StepBasic_Contract))) return 7;
49   if (ent->IsKind(STANDARD_TYPE(StepBasic_SecurityClassification))) return 8;
50   if (ent->IsKind(STANDARD_TYPE(StepBasic_Certification))) return 9;
51   return 0;
52 }
53
54 //=======================================================================
55 //function : ProductDefinition
56 //purpose  : 
57 //=======================================================================
58
59 Handle(StepBasic_ProductDefinition) StepAP203_DateTimeItem::ProductDefinition () const
60 {
61   return Handle(StepBasic_ProductDefinition)::DownCast(Value());
62 }
63
64 //=======================================================================
65 //function : ChangeRequest
66 //purpose  : 
67 //=======================================================================
68
69 Handle(StepAP203_ChangeRequest) StepAP203_DateTimeItem::ChangeRequest () const
70 {
71   return Handle(StepAP203_ChangeRequest)::DownCast(Value());
72 }
73
74 //=======================================================================
75 //function : StartRequest
76 //purpose  : 
77 //=======================================================================
78
79 Handle(StepAP203_StartRequest) StepAP203_DateTimeItem::StartRequest () const
80 {
81   return Handle(StepAP203_StartRequest)::DownCast(Value());
82 }
83
84 //=======================================================================
85 //function : Change
86 //purpose  : 
87 //=======================================================================
88
89 Handle(StepAP203_Change) StepAP203_DateTimeItem::Change () const
90 {
91   return Handle(StepAP203_Change)::DownCast(Value());
92 }
93
94 //=======================================================================
95 //function : StartWork
96 //purpose  : 
97 //=======================================================================
98
99 Handle(StepAP203_StartWork) StepAP203_DateTimeItem::StartWork () const
100 {
101   return Handle(StepAP203_StartWork)::DownCast(Value());
102 }
103
104 //=======================================================================
105 //function : ApprovalPersonOrganization
106 //purpose  : 
107 //=======================================================================
108
109 Handle(StepBasic_ApprovalPersonOrganization) StepAP203_DateTimeItem::ApprovalPersonOrganization () const
110 {
111   return Handle(StepBasic_ApprovalPersonOrganization)::DownCast(Value());
112 }
113
114 //=======================================================================
115 //function : Contract
116 //purpose  : 
117 //=======================================================================
118
119 Handle(StepBasic_Contract) StepAP203_DateTimeItem::Contract () const
120 {
121   return Handle(StepBasic_Contract)::DownCast(Value());
122 }
123
124 //=======================================================================
125 //function : SecurityClassification
126 //purpose  : 
127 //=======================================================================
128
129 Handle(StepBasic_SecurityClassification) StepAP203_DateTimeItem::SecurityClassification () const
130 {
131   return Handle(StepBasic_SecurityClassification)::DownCast(Value());
132 }
133
134 //=======================================================================
135 //function : Certification
136 //purpose  : 
137 //=======================================================================
138
139 Handle(StepBasic_Certification) StepAP203_DateTimeItem::Certification () const
140 {
141   return Handle(StepBasic_Certification)::DownCast(Value());
142 }