Represents an attribute.
More...
Additional Inherited Members |
| void | add_ref () |
| | Called to indicate that some code is keeping an owning reference to the object.
|
| oneway void | release_ref () |
| | Removes a reference to an object which was created by some other means (e.g.
|
| IObject | query_interface (in utf8string id) |
| | Returns an IObject of the same implementation, which supports a specific interface.
|
Detailed Description
Represents an attribute.
Definition at line 562 of file CGRS.idl.
Member Data Documentation
Retrieves the getter.
Definition at line 583 of file CGRS.idl.
| readonly attribute boolean CGRS::GenericAttribute::isReadonly |
If true, this attribute is readonly.
Definition at line 568 of file CGRS.idl.
| readonly attribute string CGRS::GenericAttribute::name |
The name of the attribute.
Definition at line 573 of file CGRS.idl.
Retrieves the setter.
CGRSError if this attribute is readonly.
Definition at line 589 of file CGRS.idl.
| readonly attribute GenericType CGRS::GenericAttribute::type |
The type of the attribute.
Definition at line 578 of file CGRS.idl.