All Frameworks  Class Hierarchy  This Framework  Indexes   

SDMRuntime Class SdaiEntityInstance

Usage: you must use this class as is. You should never derive it.


public class SdaiEntityInstance

Class representing an instance of an SDAI entity_definition.


Method Index


o GetAttr(SdaiString&)
Gets the value of an attribute.
o GetInstanceType()
Gets the name of the type of a SdaiEntityInstance.
o IsInstanceOf(SdaiString&)
Tests if an SdaiEntityInstance is an instance of a given type.
o IsKindOf(SdaiString&)
Tests if an SdaiEntityInstance is of a given type.
o TestAttr(SdaiString&)
Tests if an attribute has a valid value.

Methods


o GetAttr
public virtual GetAttr( const attName)
Gets the value of an attribute.
Parameters:
attName
- the name of the attribute
o GetInstanceType
public virtual GetInstanceType()
Gets the name of the type of a SdaiEntityInstance.
o IsInstanceOf
public virtual IsInstanceOf( const typeName)
Tests if an SdaiEntityInstance is an instance of a given type.
Parameters:
typeName
- the type to check with
o IsKindOf
public virtual IsKindOf( const typeName)
Tests if an SdaiEntityInstance is of a given type.
Parameters:
typeName
- the type to check with
o TestAttr
public virtual TestAttr( const att_name)
Tests if an attribute has a valid value.
Parameters:
att_name
- the name of the attribute

This object is included in the file: SdaiEntityInstance.h
If needed, your Imakefile.mk should include the module: CATSrtSimpleTypes

Copyright © 2003, Dassault Systèmes. All rights reserved.