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 563 of file CGRS.idl.
Member Data Documentation
Retrieves the getter.
Definition at line 584 of file CGRS.idl.
| readonly attribute boolean CGRS::GenericAttribute::isReadonly |
If true, this attribute is readonly.
Definition at line 569 of file CGRS.idl.
| readonly attribute string CGRS::GenericAttribute::name |
The name of the attribute.
Definition at line 574 of file CGRS.idl.
Retrieves the setter.
- Exceptions
-
Definition at line 590 of file CGRS.idl.
| readonly attribute GenericType CGRS::GenericAttribute::type |
The type of the attribute.
Definition at line 579 of file CGRS.idl.