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

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

The newest version!
package org.omg.CORBA;


/**
* org/omg/CORBA/InterfaceDescription.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CORBA/ir.idl
* Wednesday, February 1, 2023 4:15:32 PM CET
*/

public final class InterfaceDescription implements org.omg.CORBA.portable.IDLEntity
{
  public String name = null;
  public String id = null;
  public String defined_in = null;
  public String version = null;
  public String base_interfaces[] = null;
  public boolean is_abstract = false;

  public InterfaceDescription ()
  {
  } // ctor

  public InterfaceDescription (String _name, String _id, String _defined_in, String _version, String[] _base_interfaces, boolean _is_abstract)
  {
    name = _name;
    id = _id;
    defined_in = _defined_in;
    version = _version;
    base_interfaces = _base_interfaces;
    is_abstract = _is_abstract;
  } // ctor

} // class InterfaceDescription




© 2015 - 2024 Weber Informatics LLC | Privacy Policy