Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:02

0001 // Created on: 2000-05-10
0002 // Created by: Andrey BETENEV
0003 // Copyright (c) 2000-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _StepAP214_ExternalIdentificationItem_HeaderFile
0017 #define _StepAP214_ExternalIdentificationItem_HeaderFile
0018 
0019 #include <Standard.hxx>
0020 #include <Standard_DefineAlloc.hxx>
0021 #include <Standard_Handle.hxx>
0022 
0023 #include <StepData_SelectType.hxx>
0024 #include <Standard_Integer.hxx>
0025 class Standard_Transient;
0026 class StepBasic_DocumentFile;
0027 class StepAP214_AppliedOrganizationAssignment;
0028 class StepAP214_AppliedPersonAndOrganizationAssignment;
0029 class StepAP214_ExternallyDefinedClass;
0030 class StepAP214_ExternallyDefinedGeneralProperty;
0031 class StepBasic_Approval;
0032 class StepBasic_ApprovalStatus;
0033 class StepBasic_ExternalSource;
0034 class StepBasic_OrganizationalAddress;
0035 class StepBasic_ProductDefinition;
0036 class StepBasic_SecurityClassification;
0037 class StepBasic_VersionedActionRequest;
0038 class StepGeom_TrimmedCurve;
0039 class StepBasic_DateAndTimeAssignment;
0040 class StepBasic_DateAssignment;
0041 
0042 //! Representation of STEP SELECT type ExternalIdentificationItem
0043 class StepAP214_ExternalIdentificationItem  : public StepData_SelectType
0044 {
0045 public:
0046 
0047   DEFINE_STANDARD_ALLOC
0048 
0049   
0050   //! Empty constructor
0051   Standard_EXPORT StepAP214_ExternalIdentificationItem();
0052   
0053   //! Recognizes a kind of ExternalIdentificationItem select type
0054   //! 1 -> DocumentFile from StepBasic
0055   //! 2 -> ExternallyDefinedClass from StepAP214
0056   //! 3 -> ExternallyDefinedGeneralProperty from StepAP214
0057   //! 4 -> ProductDefinition from StepBasic
0058   //! 5 -> AppliedOrganizationAssignment from AP214
0059   //! 6 -> AppliedPersonAndOrganizationAssignment from AP214
0060   //! 7 -> Approval from StepBasic
0061   //! 8 -> ApprovalStatus from StepBasic
0062   //! 9 -> ExternalSource from StepBasic
0063   //! 10 -> OrganizationalAddress from StepBasic
0064   //! 11 -> SecurityClassification from StepBasic
0065   //! 12 -> TrimmedCurve from StepGeom
0066   //! 13 -> VersionedActionRequest from StepBasic
0067   //! 14 -> DateAndTimeAssignment from StepBasic
0068   //! 15 -> DateAssignment from StepBasic
0069   //! 0 else
0070   Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
0071   
0072   //! Returns Value as DocumentFile (or Null if another type)
0073   Standard_EXPORT Handle(StepBasic_DocumentFile) DocumentFile() const;
0074   
0075   //! Returns Value as ExternallyDefinedClass (or Null if another type)
0076   Standard_EXPORT Handle(StepAP214_ExternallyDefinedClass) ExternallyDefinedClass() const;
0077   
0078   //! Returns Value as ExternallyDefinedGeneralProperty (or Null if another type)
0079   Standard_EXPORT Handle(StepAP214_ExternallyDefinedGeneralProperty) ExternallyDefinedGeneralProperty() const;
0080   
0081   //! Returns Value as ProductDefinition (or Null if another type)
0082   Standard_EXPORT Handle(StepBasic_ProductDefinition) ProductDefinition() const;
0083 
0084   //! Returns Value as AppliedOrganizationAssignment (or Null if another type)
0085   Standard_EXPORT Handle(StepAP214_AppliedOrganizationAssignment) AppliedOrganizationAssignment() const;
0086 
0087   //! Returns Value as AppliedPersonAndOrganizationAssignment (or Null if another type)
0088   Standard_EXPORT Handle(StepAP214_AppliedPersonAndOrganizationAssignment) AppliedPersonAndOrganizationAssignment() const;
0089 
0090   //! Returns Value as Approval (or Null if another type)
0091   Standard_EXPORT Handle(StepBasic_Approval) Approval() const;
0092 
0093   //! Returns Value as ApprovalStatus (or Null if another type)
0094   Standard_EXPORT Handle(StepBasic_ApprovalStatus) ApprovalStatus() const;
0095 
0096   //! Returns Value as ExternalSource (or Null if another type)
0097   Standard_EXPORT Handle(StepBasic_ExternalSource) ExternalSource() const;
0098 
0099   //! Returns Value as OrganizationalAddress (or Null if another type)
0100   Standard_EXPORT Handle(StepBasic_OrganizationalAddress) OrganizationalAddress() const;
0101 
0102   //! Returns Value as SecurityClassification (or Null if another type)
0103   Standard_EXPORT Handle(StepBasic_SecurityClassification) SecurityClassification() const;
0104 
0105   //! Returns Value as TrimmedCurve (or Null if another type)
0106   Standard_EXPORT Handle(StepGeom_TrimmedCurve) TrimmedCurve() const;
0107 
0108   //! Returns Value as VersionedActionRequest (or Null if another type)
0109   Standard_EXPORT Handle(StepBasic_VersionedActionRequest) VersionedActionRequest() const;
0110 
0111   //! Returns Value as DateAndTimeAssignment (or Null if another type)
0112   Standard_EXPORT Handle(StepBasic_DateAndTimeAssignment) DateAndTimeAssignment() const;
0113 
0114   //! Returns Value as DateAssignment (or Null if another type)
0115   Standard_EXPORT Handle(StepBasic_DateAssignment) DateAssignment() const;
0116 
0117 protected:
0118 
0119 
0120 
0121 
0122 
0123 private:
0124 
0125 
0126 
0127 
0128 
0129 };
0130 
0131 
0132 
0133 
0134 
0135 
0136 
0137 #endif // _StepAP214_ExternalIdentificationItem_HeaderFile