org.omg.CORBA
Interface AttributeDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
AttributeDef, ExtAttributeDef, ExtAttributeDefOperations

public interface AttributeDefOperations
extends ContainedOperations

Generated from IDL interface "AttributeDef".

Version:
generated at Aug 22, 2009 1:39:58 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 AttributeMode mode()
           
 void mode(AttributeMode arg)
           
 IDLType type_def()
           
 void type_def(IDLType arg)
           
 TypeCode type()
           
 
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()

type_def

IDLType type_def()

type_def

void type_def(IDLType arg)

mode

AttributeMode mode()

mode

void mode(AttributeMode arg)


Copyright © 2009. All Rights Reserved.