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 Sep 22, 2012 10:58:05 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 String absolute_name()
           
 Repository containing_repository()
           
 Container defined_in()
           
 Description describe()
           
 String id()
           
 void id(String arg)
           
 void move(Container new_container, String new_name, String new_version)
           
 String name()
           
 void name(String arg)
           
 String version()
           
 void version(String arg)
           
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

id

String id()

id

void id(String arg)

name

String name()

name

void name(String arg)

version

String version()

version

void version(String arg)

defined_in

Container defined_in()

absolute_name

String absolute_name()

containing_repository

Repository containing_repository()

describe

Description describe()

move

void move(Container new_container,
          String new_name,
          String new_version)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.