org.omg.CORBA
Interface ValueMemberDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
ValueMemberDef
All Known Implementing Classes:
_ValueMemberDefStub, ValueMemberDefPOA

public interface ValueMemberDefOperations
extends ContainedOperations

Generated from IDL interface "ValueMemberDef"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 short access()
           
 void access(short 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

public TypeCode type()

type_def

public IDLType type_def()

type_def

public void type_def(IDLType arg)

access

public short access()

access

public void access(short arg)