Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
StepAP214_ExternalIdentificationItem Class Reference

Representation of STEP SELECT type ExternalIdentificationItem. More...

#include <StepAP214_ExternalIdentificationItem.hxx>

Inheritance diagram for StepAP214_ExternalIdentificationItem:
Inheritance graph
[legend]

Public Member Functions

 StepAP214_ExternalIdentificationItem ()
 Empty constructor.
 
int CaseNum (const occ::handle< Standard_Transient > &ent) const override
 Recognizes a kind of ExternalIdentificationItem select type 1 -> DocumentFile from StepBasic 2 -> ExternallyDefinedClass from StepAP214 3 -> ExternallyDefinedGeneralProperty from StepAP214 4 -> ProductDefinition from StepBasic 5 -> AppliedOrganizationAssignment from AP214 6 -> AppliedPersonAndOrganizationAssignment from AP214 7 -> Approval from StepBasic 8 -> ApprovalStatus from StepBasic 9 -> ExternalSource from StepBasic 10 -> OrganizationalAddress from StepBasic 11 -> SecurityClassification from StepBasic 12 -> TrimmedCurve from StepGeom 13 -> VersionedActionRequest from StepBasic 14 -> DateAndTimeAssignment from StepBasic 15 -> DateAssignment from StepBasic 0 else.
 
occ::handle< StepBasic_DocumentFileDocumentFile () const
 Returns Value as DocumentFile (or Null if another type)
 
occ::handle< StepAP214_ExternallyDefinedClassExternallyDefinedClass () const
 Returns Value as ExternallyDefinedClass (or Null if another type)
 
occ::handle< StepAP214_ExternallyDefinedGeneralPropertyExternallyDefinedGeneralProperty () const
 Returns Value as ExternallyDefinedGeneralProperty (or Null if another type)
 
occ::handle< StepBasic_ProductDefinitionProductDefinition () const
 Returns Value as ProductDefinition (or Null if another type)
 
occ::handle< StepAP214_AppliedOrganizationAssignmentAppliedOrganizationAssignment () const
 Returns Value as AppliedOrganizationAssignment (or Null if another type)
 
occ::handle< StepAP214_AppliedPersonAndOrganizationAssignmentAppliedPersonAndOrganizationAssignment () const
 Returns Value as AppliedPersonAndOrganizationAssignment (or Null if another type)
 
occ::handle< StepBasic_ApprovalApproval () const
 Returns Value as Approval (or Null if another type)
 
occ::handle< StepBasic_ApprovalStatusApprovalStatus () const
 Returns Value as ApprovalStatus (or Null if another type)
 
occ::handle< StepBasic_ExternalSourceExternalSource () const
 Returns Value as ExternalSource (or Null if another type)
 
occ::handle< StepBasic_OrganizationalAddressOrganizationalAddress () const
 Returns Value as OrganizationalAddress (or Null if another type)
 
occ::handle< StepBasic_SecurityClassificationSecurityClassification () const
 Returns Value as SecurityClassification (or Null if another type)
 
occ::handle< StepGeom_TrimmedCurveTrimmedCurve () const
 Returns Value as TrimmedCurve (or Null if another type)
 
occ::handle< StepBasic_VersionedActionRequestVersionedActionRequest () const
 Returns Value as VersionedActionRequest (or Null if another type)
 
occ::handle< StepBasic_DateAndTimeAssignmentDateAndTimeAssignment () const
 Returns Value as DateAndTimeAssignment (or Null if another type)
 
occ::handle< StepBasic_DateAssignmentDateAssignment () const
 Returns Value as DateAssignment (or Null if another type)
 
- Public Member Functions inherited from StepData_SelectType
bool Matches (const occ::handle< Standard_Transient > &ent) const
 Returns True if the Type of an Entity complies with the definition list of the SelectType. Also checks for a SelectMember Default Implementation looks for CaseNum or CaseMem positive.
 
void SetValue (const occ::handle< Standard_Transient > &ent)
 Stores an Entity. This allows to define a specific SelectType class with one read method per member Type, which returns the Value casted with the good Type.
 
void Nullify ()
 Nullifies the Stored Entity.
 
const occ::handle< Standard_Transient > & Value () const
 Returns the Stored Entity. Can be used to define specific read methods (see above)
 
bool IsNull () const
 Returns True if there is no Stored Entity (i.e. it is Null)
 
occ::handle< Standard_TypeType () const
 Returns the Effective (Dynamic) Type of the Stored Entity If it is Null, returns TYPE(Transient)
 
int CaseNumber () const
 Recognizes the Type of the stored Entity, or zero if it is Null or SelectMember. Calls the first method CaseNum on Value.
 
virtual occ::handle< StepData_PDescrDescription () const
 Returns the Description which corresponds to <me> Null if no specific description to give. This description is used to control reading an check validity. Default returns a Null Handle, i.e. undefined description It can suffice if CaseNum and CaseMem give enough control.
 
virtual occ::handle< StepData_SelectMemberNewMember () const
 Returns a preferred SelectMember. Default returns a Null By default, a SelectMember can be set according to data type and Name : it is a SelectNamed if Name is defined.
 
virtual int CaseMem (const occ::handle< StepData_SelectMember > &ent) const
 Recognize a SelectMember (kind, name). Returns a positive value which identifies the case in the List of immediate cases (distinct from the List of Entity Types). Zero if not recognizes Default returns 0, saying that no immediate value is allowed.
 
int CaseMember () const
 Returns the Type of the stored SelectMember, or zero if it is Null or Entity. Calls the method CaseMem on Value.
 
occ::handle< StepData_SelectMemberMember () const
 Returns Value as a SelectMember. Null if not a SelectMember.
 
const charSelectName () const
 Returns the type name of SelectMember. If no SelectMember or with no type name, returns an empty string To change it, pass through the SelectMember itself.
 
int Int () const
 This internal method gives access to a value implemented by an Integer (to read it)
 
void SetInt (const int val)
 This internal method gives access to a value implemented by an Integer (to set it) : a SelectMember MUST ALREADY BE THERE !
 
int Integer () const
 Gets the value as an Integer.
 
void SetInteger (const int val, const char *const name="")
 Sets a new Integer value, with an optional type name Warning : If a SelectMember is already set, works on it : value and name must then be accepted by this SelectMember.
 
bool Boolean () const
 
void SetBoolean (const bool val, const char *const name="")
 
StepData_Logical Logical () const
 
void SetLogical (const StepData_Logical val, const char *const name="")
 
double Real () const
 
void SetReal (const double val, const char *const name="")
 
virtual ~StepData_SelectType ()
 

Detailed Description

Representation of STEP SELECT type ExternalIdentificationItem.

Constructor & Destructor Documentation

◆ StepAP214_ExternalIdentificationItem()

StepAP214_ExternalIdentificationItem::StepAP214_ExternalIdentificationItem ( )

Empty constructor.

Member Function Documentation

◆ AppliedOrganizationAssignment()

occ::handle< StepAP214_AppliedOrganizationAssignment > StepAP214_ExternalIdentificationItem::AppliedOrganizationAssignment ( ) const

Returns Value as AppliedOrganizationAssignment (or Null if another type)

◆ AppliedPersonAndOrganizationAssignment()

occ::handle< StepAP214_AppliedPersonAndOrganizationAssignment > StepAP214_ExternalIdentificationItem::AppliedPersonAndOrganizationAssignment ( ) const

Returns Value as AppliedPersonAndOrganizationAssignment (or Null if another type)

◆ Approval()

occ::handle< StepBasic_Approval > StepAP214_ExternalIdentificationItem::Approval ( ) const

Returns Value as Approval (or Null if another type)

◆ ApprovalStatus()

occ::handle< StepBasic_ApprovalStatus > StepAP214_ExternalIdentificationItem::ApprovalStatus ( ) const

Returns Value as ApprovalStatus (or Null if another type)

◆ CaseNum()

int StepAP214_ExternalIdentificationItem::CaseNum ( const occ::handle< Standard_Transient > & ent) const
overridevirtual

Recognizes a kind of ExternalIdentificationItem select type 1 -> DocumentFile from StepBasic 2 -> ExternallyDefinedClass from StepAP214 3 -> ExternallyDefinedGeneralProperty from StepAP214 4 -> ProductDefinition from StepBasic 5 -> AppliedOrganizationAssignment from AP214 6 -> AppliedPersonAndOrganizationAssignment from AP214 7 -> Approval from StepBasic 8 -> ApprovalStatus from StepBasic 9 -> ExternalSource from StepBasic 10 -> OrganizationalAddress from StepBasic 11 -> SecurityClassification from StepBasic 12 -> TrimmedCurve from StepGeom 13 -> VersionedActionRequest from StepBasic 14 -> DateAndTimeAssignment from StepBasic 15 -> DateAssignment from StepBasic 0 else.

Implements StepData_SelectType.

◆ DateAndTimeAssignment()

occ::handle< StepBasic_DateAndTimeAssignment > StepAP214_ExternalIdentificationItem::DateAndTimeAssignment ( ) const

Returns Value as DateAndTimeAssignment (or Null if another type)

◆ DateAssignment()

occ::handle< StepBasic_DateAssignment > StepAP214_ExternalIdentificationItem::DateAssignment ( ) const

Returns Value as DateAssignment (or Null if another type)

◆ DocumentFile()

occ::handle< StepBasic_DocumentFile > StepAP214_ExternalIdentificationItem::DocumentFile ( ) const

Returns Value as DocumentFile (or Null if another type)

◆ ExternallyDefinedClass()

occ::handle< StepAP214_ExternallyDefinedClass > StepAP214_ExternalIdentificationItem::ExternallyDefinedClass ( ) const

Returns Value as ExternallyDefinedClass (or Null if another type)

◆ ExternallyDefinedGeneralProperty()

occ::handle< StepAP214_ExternallyDefinedGeneralProperty > StepAP214_ExternalIdentificationItem::ExternallyDefinedGeneralProperty ( ) const

Returns Value as ExternallyDefinedGeneralProperty (or Null if another type)

◆ ExternalSource()

occ::handle< StepBasic_ExternalSource > StepAP214_ExternalIdentificationItem::ExternalSource ( ) const

Returns Value as ExternalSource (or Null if another type)

◆ OrganizationalAddress()

occ::handle< StepBasic_OrganizationalAddress > StepAP214_ExternalIdentificationItem::OrganizationalAddress ( ) const

Returns Value as OrganizationalAddress (or Null if another type)

◆ ProductDefinition()

occ::handle< StepBasic_ProductDefinition > StepAP214_ExternalIdentificationItem::ProductDefinition ( ) const

Returns Value as ProductDefinition (or Null if another type)

◆ SecurityClassification()

occ::handle< StepBasic_SecurityClassification > StepAP214_ExternalIdentificationItem::SecurityClassification ( ) const

Returns Value as SecurityClassification (or Null if another type)

◆ TrimmedCurve()

occ::handle< StepGeom_TrimmedCurve > StepAP214_ExternalIdentificationItem::TrimmedCurve ( ) const

Returns Value as TrimmedCurve (or Null if another type)

◆ VersionedActionRequest()

occ::handle< StepBasic_VersionedActionRequest > StepAP214_ExternalIdentificationItem::VersionedActionRequest ( ) const

Returns Value as VersionedActionRequest (or Null if another type)


The documentation for this class was generated from the following file: