IDL attribute declarations

Declaring an attribute as part of an interface is equivalent to declaring one or two accessor operations: one to retrieve the value of the attribute (a get or read operation) and (unless the attribute specifies read-only) one to set the value of the attribute (a set or write operation).

Attributes are declared as follows:

[ readonly ] attribute type-spec declarators;

where:

Attributes are inherited from base interfaces. An inherited attribute name cannot be redefined to be a different type.


Related reference
IDL interface declarations



Searchable topic ID:   rcor_idlatd
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_idlatd.html

Library | Support | Terms of Use | Feedback