5e5cd72180465d778b079ff5692fd0dbbe3985ed
[occt.git] / src / StepAP214 / StepAP214_DateItem.hxx
1 // Created on: 1999-03-09
2 // Created by: data exchange team
3 // Copyright (c) 1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _StepAP214_DateItem_HeaderFile
18 #define _StepAP214_DateItem_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
23
24 #include <StepAP214_ApprovalItem.hxx>
25 #include <Standard_Integer.hxx>
26 class Standard_Transient;
27 class StepBasic_ApprovalPersonOrganization;
28 class StepAP214_AppliedPersonAndOrganizationAssignment;
29 class StepAP214_AppliedOrganizationAssignment;
30 class StepBasic_Effectivity;
31
32
33
34 class StepAP214_DateItem  : public StepAP214_ApprovalItem
35 {
36 public:
37
38   DEFINE_STANDARD_ALLOC
39
40   
41   //! Returns a DateItem SelectType
42   Standard_EXPORT StepAP214_DateItem();
43   
44   //! Recognizes a DateItem Kind Entity that is :
45   //! 1 -> ApprovalPersonOrganization
46   //! 2 -> AppliedDateAndPersonAssignment
47   //! 3 -> AppliedOrganizationAssignment
48   //! 4 -> AssemblyComponentUsageSubstitute
49   //! 5 -> DocumentFile
50   //! 6 -> Effectivity
51   //! 7 -> MaterialDesignation
52   //! 8 -> MechanicalDesignGeometricPresentationRepresentation
53   //! 9 -> PresentationArea
54   //! 10 -> Product
55   //! 11 -> ProductDefinition
56   //! 12 -> ProductDefinitionFormation
57   //! 13 -> ProductDefinitionRelationship
58   //! 14 -> PropertyDefinition
59   //! 15 -> ShapeRepresentation
60   //! 0 else
61   Standard_EXPORT virtual Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const Standard_OVERRIDE;
62   
63   //! returns Value as a ApprovalPersonOrganization (Null if another type)
64   Standard_EXPORT Handle(StepBasic_ApprovalPersonOrganization) ApprovalPersonOrganization() const;
65   
66   //! returns Value as a AppliedDateAndPersonAssignment (Null if another type)
67   Standard_EXPORT Handle(StepAP214_AppliedPersonAndOrganizationAssignment) AppliedPersonAndOrganizationAssignment() const;
68   
69   //! returns Value as a AppliedOrganizationAssignment (Null if another type)
70   Standard_EXPORT Handle(StepAP214_AppliedOrganizationAssignment) AppliedOrganizationAssignment() const;
71   
72   //! returns Value as a Effectivity (Null if another type)
73   Standard_EXPORT Handle(StepBasic_Effectivity) Effectivity() const;
74
75
76
77
78 protected:
79
80
81
82
83
84 private:
85
86
87
88
89
90 };
91
92
93
94
95
96
97
98 #endif // _StepAP214_DateItem_HeaderFile