org.omg.CORBA
Interface AttributeDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
AttributeDef
All Known Implementing Classes:
_AttributeDefStub, AttributeDefPOA, AttributeDefPOATie

public interface AttributeDefOperations
extends ContainedOperations

An AttributeDef represents the information that defines an attribute of an interface.


Method Summary
 AttributeMode mode()
          The mode attribute specifies read only or read/write access for this attribute.
 void mode(AttributeMode value)
          The mode attribute specifies read only or read/write access for this attribute.
 IDLType type_def()
          The type_def attribute identifies the object defining the type of this attribute.
 void type_def(IDLType value)
          The type_def attribute identifies the object defining the type of this attribute.
 TypeCode type()
          The type attribute provides the TypeCode describing the type of this attribute.
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

type

TypeCode type()
The type attribute provides the TypeCode describing the type of this attribute.


type_def

IDLType type_def()
The type_def attribute identifies the object defining the type of this attribute.


type_def

void type_def(IDLType value)
The type_def attribute identifies the object defining the type of this attribute.


mode

AttributeMode mode()
The mode attribute specifies read only or read/write access for this attribute.


mode

void mode(AttributeMode value)
The mode attribute specifies read only or read/write access for this attribute.