All Packages Class Hierarchy This Package Previous Next Index
interface Contained : ::CORBA::IRObject { attribute ::CORBA::RepositoryId id; attribute ::CORBA::Identifier name; attribute ::CORBA::VersionSpec version; readonly attribute ::CORBA::Container defined_in; readonly attribute ::CORBA::ScopedName absolute_name; readonly attribute ::CORBA::Repository containing_repository; struct Description { ::CORBA::DefinitionKind kind; any value; }; ::CORBA::Contained::Description describe(); void move( in ::CORBA::Container new_container, in ::CORBA::Identifier new_name, in ::CORBA::VersionSpec new_version ); };
Reader for attribute: ::CORBA::Contained::absolute_name.
Reader for attribute: ::CORBA::Contained::containing_repository.
Reader for attribute: ::CORBA::Contained::defined_in.
Operation: ::CORBA::Contained::describe.
Reader for attribute: ::CORBA::Contained::id.
Writer for attribute: ::CORBA::Contained::id.
Operation: ::CORBA::Contained::move.
Reader for attribute: ::CORBA::Contained::name.
Writer for attribute: ::CORBA::Contained::name.
Reader for attribute: ::CORBA::Contained::version.
Writer for attribute: ::CORBA::Contained::version.
public abstract Description describe()
Operation: ::CORBA::Contained::describe.
::CORBA::Contained::Description describe();
public abstract void move(Container new_container, String new_name, String new_version)
Operation: ::CORBA::Contained::move.
void move( in ::CORBA::Container new_container, in ::CORBA::Identifier new_name, in ::CORBA::VersionSpec new_version );
public abstract void id(String id)
Writer for attribute: ::CORBA::Contained::id.
attribute ::CORBA::RepositoryId id;
public abstract String id()
Reader for attribute: ::CORBA::Contained::id.
attribute ::CORBA::RepositoryId id;
public abstract void name(String name)
Writer for attribute: ::CORBA::Contained::name.
attribute ::CORBA::Identifier name;
public abstract String name()
Reader for attribute: ::CORBA::Contained::name.
attribute ::CORBA::Identifier name;
public abstract void version(String version)
Writer for attribute: ::CORBA::Contained::version.
attribute ::CORBA::VersionSpec version;
public abstract String version()
Reader for attribute: ::CORBA::Contained::version.
attribute ::CORBA::VersionSpec version;
public abstract Container defined_in()
Reader for attribute: ::CORBA::Contained::defined_in.
readonly attribute ::CORBA::Container defined_in;
public abstract String absolute_name()
Reader for attribute: ::CORBA::Contained::absolute_name.
readonly attribute ::CORBA::ScopedName absolute_name;
public abstract Repository containing_repository()
Reader for attribute: ::CORBA::Contained::containing_repository.
readonly attribute ::CORBA::Repository containing_repository;
All Packages Class Hierarchy This Package Previous Next Index