All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SDMRuntime Class SdaiNamedType

SDMRuntime.SdaiRoot
  |
  +---SDMRuntime.SdaiEntityInstance
    |
    +---SDMRuntime.SdaiInstance
      |
      +---SDMRuntime.SdaiDictionaryInstance
        |
        +---SDMRuntime.SdaiAbstractType
          |
          +---SDMRuntime.SdaiAbstractBaseType
            |
            +---SdaiNamedType
 

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


public class SdaiNamedType

Class representing any Express type having a name.


Method Index


o IsKindOf(SdaiString&)
Tests if a SdaiNamedType of a specified type or one of the subtypes of this type.
o Name()
Gets the name of a SdaiNamedType.

Methods


o IsKindOf
public virtual const SdaiBoolean& IsKindOf( const SdaiString& iName)const
Tests if a SdaiNamedType of a specified type or one of the subtypes of this type.
Parameters:
iName
- the type specified
o Name
public const SdaiString& Name()const
Gets the name of a SdaiNamedType.

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

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