All Frameworks Class Hierarchy This Framework Indexes
ObjectSpecsModeler Interface CATISpecAttribute
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISpecAttribute
Interface to define operations on a feature attribute.
Note: it's better to directly access attributes' values
by using CATISpecAttrAccess.
- See also:
- CATISpecObject, CATISpecAttrAccess
Method Index
- o
DumpValue()
- Returns a printable presentation of the value of the attribute.
- o
GetAccess()
- Returns the access mode of the attribute.
- o
GetOwner()
- Returns the feature holding the attribute.
- o
IsUpToDate(CATIDomain_var)
-
- o
SetAccess(CATAttrAccess)
- Sets the access mode of the attribute.
- o
SetUpToDate(CATBoolean)
- Forces the attribute to an up-to-date status.
- o
Update(CATIDomain_var)
-
Methods
o DumpValue
| public virtual DumpValue( | ) |
-
Returns a printable presentation of the value of the attribute.
o GetAccess
| public virtual GetAccess( | ) |
-
Returns the access mode of the attribute.
o GetOwner
| public virtual GetOwner( | ) |
-
Returns the feature holding the attribute.
o IsUpToDate
| public virtual IsUpToDate( | | iDomain | =NULL_var) |
-
- Deprecated:
- V5R17 CATISpecAttrAccess::IsUpToDate
Determines whether the attribute status is up-to-date.
- Parameters:
-
- iDomain
- domain.
o SetAccess
| public virtual SetAccess( | | iAccess) |
-
Sets the access mode of the attribute.
- Parameters:
-
- iAccess
- access mode.
o SetUpToDate
| public virtual SetUpToDate( | | iFlag) |
-
Forces the attribute to an up-to-date status.
- Parameters:
-
- iFlag
- if TRUE, updates time stamp of attribute.
o Update
| public virtual Update( | | iDomain | =NULL_var) |
-
- Deprecated:
- V5R17 CATISpecAttrAccess::Update
Update.
- Parameters:
-
- iDomain
- domain.
This object is included in the file: CATISpecAttribute.h
If needed, your Imakefile.mk should include the module: CATObjectSpecsModeler