All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CORBA.ContainedOperations Maven / Gradle / Ivy

package org.omg.CORBA;


/**
* org/omg/CORBA/ContainedOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/ir.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public interface ContainedOperations  extends org.omg.CORBA.IRObjectOperations
{

  // read/write interface
  String id ();

  // read/write interface
  void id (String newId);
  String name ();
  void name (String newName);
  String version ();
  void version (String newVersion);

  // read interface
  org.omg.CORBA.Container defined_in ();
  String absolute_name ();
  org.omg.CORBA.Repository containing_repository ();
  org.omg.CORBA.ContainedPackage.Description describe ();

  // write interface
  void move (org.omg.CORBA.Container new_container, String new_name, String new_version);
} // interface ContainedOperations




© 2015 - 2024 Weber Informatics LLC | Privacy Policy