Warnings on vc14 were eliminated
[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 StepAP214_AppliedSecurityClassificationAssignment;
31
32 class StepAP214_DateItem  : public StepAP214_ApprovalItem
33 {
34 public:
35
36   DEFINE_STANDARD_ALLOC
37
38   
39   //! Returns a DateItem SelectType
40   Standard_EXPORT StepAP214_DateItem();
41   
42   //! Recognizes a DateItem Kind Entity that is :
43   //! 1 -> ApprovalPersonOrganization
44   //! 2 -> AppliedDateAndPersonAssignment
45   //! 3 -> AppliedOrganizationAssignment
46   //! 4 -> AssemblyComponentUsageSubstitute
47   //! 5 -> DocumentFile
48   //! 6 -> Effectivity
49   //! 7 -> MaterialDesignation
50   //! 8 -> MechanicalDesignGeometricPresentationRepresentation
51   //! 9 -> PresentationArea
52   //! 10 -> Product
53   //! 11 -> ProductDefinition
54   //! 12 -> ProductDefinitionFormation
55   //! 13 -> ProductDefinitionRelationship
56   //! 14 -> PropertyDefinition
57   //! 15 -> ShapeRepresentation
58   //! 16 -> AppliedSecurityClassificationAssignment
59   //! 17 -> Document
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 AppliedSecurityClassificationAssignment (Null if another type)
73   Standard_EXPORT Handle(StepAP214_AppliedSecurityClassificationAssignment) AppliedSecurityClassificationAssignment() const;
74
75 protected:
76
77
78
79
80
81 private:
82
83
84
85
86
87 };
88
89
90
91
92
93
94
95 #endif // _StepAP214_DateItem_HeaderFile