0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / StepAP214 / StepAP214_DateAndTimeItem.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_DateAndTimeItem_HeaderFile
18 #define _StepAP214_DateAndTimeItem_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
31
32 class StepAP214_DateAndTimeItem  : public StepAP214_ApprovalItem
33 {
34 public:
35
36   DEFINE_STANDARD_ALLOC
37
38   
39   //! Returns a DateAndTimeItem SelectType
40   Standard_EXPORT StepAP214_DateAndTimeItem();
41   
42   //! Recognizes a DateAndTimeItem 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 -> SecurityClassification
59   //! 0 else
60   Standard_EXPORT virtual Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const Standard_OVERRIDE;
61   
62   //! returns Value as a ApprovalPersonOrganization (Null if another type)
63   Standard_EXPORT Handle(StepBasic_ApprovalPersonOrganization) ApprovalPersonOrganization() const;
64   
65   //! returns Value as a AppliedDateAndPersonAssignment (Null if another type)
66   Standard_EXPORT Handle(StepAP214_AppliedPersonAndOrganizationAssignment) AppliedPersonAndOrganizationAssignment() const;
67   
68   //! returns Value as a AppliedOrganizationAssignment (Null if another type)
69   Standard_EXPORT Handle(StepAP214_AppliedOrganizationAssignment) AppliedOrganizationAssignment() const;
70
71 protected:
72
73
74
75
76
77 private:
78
79
80
81
82
83 };
84
85
86
87
88
89
90
91 #endif // _StepAP214_DateAndTimeItem_HeaderFile