org.omg.CORBA

Interface ContainedOperations

All Superinterfaces:
IRObjectOperations
Known Subinterfaces:
AliasDef, AliasDefOperations, AttributeDef, AttributeDefOperations, ConstantDef, ConstantDefOperations, Contained, EnumDef, EnumDefOperations, ExceptionDef, ExceptionDefOperations, InterfaceDef, InterfaceDefOperations, ModuleDef, ModuleDefOperations, NativeDef, NativeDefOperations, OperationDef, OperationDefOperations, StructDef, StructDefOperations, TypedefDef, TypedefDefOperations, UnionDef, UnionDefOperations, ValueBoxDef, ValueBoxDefOperations, ValueDef, ValueDefOperations, ValueMemberDef, ValueMemberDefOperations
Known Implementing Classes:
AliasDef, AliasDefPOA, AliasDefPOATie, AttributeDef, AttributeDefPOA, AttributeDefPOATie, ConstantDef, ConstantDefPOA, ConstantDefPOATie, Contained, ContainedPOA, ContainedPOATie, EnumDef, EnumDefPOA, EnumDefPOATie, ExceptionDef, ExceptionDefPOA, ExceptionDefPOATie, InterfaceDef, InterfaceDefPOA, InterfaceDefPOATie, ModuleDef, ModuleDefPOA, ModuleDefPOATie, NativeDefPOA, NativeDefPOATie, OperationDef, OperationDefPOA, OperationDefPOATie, StructDef, StructDefPOA, StructDefPOATie, TypedefDef, TypedefDefPOA, TypedefDefPOATie, UnionDef, UnionDefPOA, UnionDefPOATie, ValueBoxDefPOA, ValueBoxDefPOATie, ValueDefPOA, ValueDefPOATie, ValueMemberDefPOA, ValueMemberDefPOATie, _AliasDefStub, _AttributeDefStub, _ConstantDefStub, _ContainedStub, _EnumDefStub, _ExceptionDefStub, _InterfaceDefStub, _ModuleDefStub, _NativeDefStub, _OperationDefStub, _StructDefStub, _TypedefDefStub, _UnionDefStub, _ValueBoxDefStub, _ValueDefStub, _ValueMemberDefStub

public interface ContainedOperations
extends IRObjectOperations

Generated from IDL interface "Contained"

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

Method Summary

java.lang.String
absolute_name()
Repository
containing_repository()
Container
defined_in()
Description
describe()
java.lang.String
id()
void
id(java.lang.String arg)
void
move(Container new_container, java.lang.String new_name, java.lang.String new_version)
java.lang.String
name()
void
name(java.lang.String arg)
java.lang.String
version()
void
version(java.lang.String arg)

Methods inherited from interface org.omg.CORBA.IRObjectOperations

def_kind, destroy

Method Details

absolute_name

public java.lang.String absolute_name()


containing_repository

public Repository containing_repository()


defined_in

public Container defined_in()


describe

public Description describe()


id

public java.lang.String id()


id

public void id(java.lang.String arg)


move

public void move(Container new_container,
                 java.lang.String new_name,
                 java.lang.String new_version)


name

public java.lang.String name()


name

public void name(java.lang.String arg)


version

public java.lang.String version()


version

public void version(java.lang.String arg)