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

org.omg.IOP.IOR Maven / Gradle / Ivy

The newest version!
package org.omg.IOP;


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

public final class IOR implements org.omg.CORBA.portable.IDLEntity
{
  public String type_id = null;
  public org.omg.IOP.TaggedProfile profiles[] = null;

  public IOR ()
  {
  } // ctor

  public IOR (String _type_id, org.omg.IOP.TaggedProfile[] _profiles)
  {
    type_id = _type_id;
    profiles = _profiles;
  } // ctor

} // class IOR




© 2015 - 2024 Weber Informatics LLC | Privacy Policy