org.omg.CORBA

Interface AttributeDefOperations

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

public interface AttributeDefOperations
extends ContainedOperations

Generated from IDL interface "AttributeDef"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

AttributeMode
mode()
void
mode(AttributeMode arg)
TypeCode
type()
IDLType
type_def()
void
type_def(IDLType arg)

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 Details

mode

public AttributeMode mode()


mode

public void mode(AttributeMode arg)


type

public TypeCode type()


type_def

public IDLType type_def()


type_def

public void type_def(IDLType arg)