org.omg.CORBA
Interface ContainedOperations

All Superinterfaces:
IRObjectOperations
All Known Subinterfaces:
AbstractInterfaceDef, AbstractInterfaceDefOperations, AliasDef, AliasDefOperations, AttributeDef, AttributeDefOperations, ConstantDef, ConstantDefOperations, Contained, EnumDef, EnumDefOperations, ExceptionDef, ExceptionDefOperations, ExtAbstractInterfaceDef, ExtAbstractInterfaceDefOperations, ExtAttributeDef, ExtAttributeDefOperations, ExtInterfaceDef, ExtInterfaceDefOperations, ExtLocalInterfaceDef, ExtLocalInterfaceDefOperations, ExtValueDef, ExtValueDefOperations, InterfaceDef, InterfaceDefOperations, LocalInterfaceDef, LocalInterfaceDefOperations, ModuleDef, ModuleDefOperations, NativeDef, NativeDefOperations, OperationDef, OperationDefOperations, StructDef, StructDefOperations, TypedefDef, TypedefDefOperations, UnionDef, UnionDefOperations, ValueBoxDef, ValueBoxDefOperations, ValueDef, ValueDefOperations, ValueMemberDef, ValueMemberDefOperations

public interface ContainedOperations
extends IRObjectOperations

Generated from IDL interface "Contained".

Version:
generated at Dec 2, 2008 12:16:54 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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 Detail

id

java.lang.String id()

id

void id(java.lang.String arg)

name

java.lang.String name()

name

void name(java.lang.String arg)

version

java.lang.String version()

version

void version(java.lang.String arg)

defined_in

Container defined_in()

absolute_name

java.lang.String absolute_name()

containing_repository

Repository containing_repository()

describe

Description describe()

move

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


Copyright © 2008. All Rights Reserved.