org.omg.IOP.IOR Maven / Gradle / Ivy
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
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
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