org.omg.IOP.IOR Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
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