All Frameworks Class Hierarchy This Framework Indexes
SDMRuntime Class SdaiAttr
Usage: you must use this class as is. You should never derive it.
public class SdaiAttr
Class representing an attribute of a SDAI entity.
Method Index
- o
GetInstanceTypeName()
- Gets the type of an attribute .
- o
IsDerivedAttr()
- Tests if an attribute is a derived attribute.
- o
IsExplicitAttr()
- Tests if an attribute is a explicit attribute.
- o
IsInverseAttr()
- Tests if an attribute is a inverse attribute.
- o
IsKindOf(SdaiString&)
- Tests if an attribute is of a specified type.
- o
Name()
- Gets the name of an attribute.
- o
TestName()
- Tests if an attribute has a name.
Methods
o GetInstanceTypeName
| public virtual GetInstanceTypeName( | ) |
-
Gets the type of an attribute .
- Returns:
- The type of the instance
o IsDerivedAttr
| public virtual IsDerivedAttr( | ) |
-
Tests if an attribute is a derived attribute.
o IsExplicitAttr
| public virtual IsExplicitAttr( | ) |
-
Tests if an attribute is a explicit attribute.
o IsInverseAttr
| public virtual IsInverseAttr( | ) |
-
Tests if an attribute is a inverse attribute.
o IsKindOf
| public virtual IsKindOf( | const | iTypeName) |
-
Tests if an attribute is of a specified type.
- Parameters:
-
- iTypeName
- - the type specified
o Name
-
Gets the name of an attribute.
o TestName
-
Tests if an attribute has a name.
This object is included in the file: SdaiAttr.h
If needed, your Imakefile.mk should include the module: CATSrtSessionMgmt