Interface CORBA::Contained

interface Contained
inherits from CORBA::IRObject

Attribute Index

absolute_name
containing_repository
defined_in
id
name
version

Operation Index

describe
move

Struct Index

Description

Attributes

absolute_name
readonly attribute ScopedName absolute_name;
containing_repository
readonly attribute Repository containing_repository;
defined_in
readonly attribute Container defined_in;
id
attribute RepositoryId id;
name
attribute Identifier name;
version
attribute VersionSpec version;

Operations

describe
Description describe();
move
void move(in Container new_container,
          in Identifier new_name,
          in VersionSpec new_version);

Structs

Description
struct Description
{
    DefinitionKind kind;
    any value;
};

Generated by the ORBacus IDL-to-HTML translator (non-commercial)