org.omg.CORBA.StructMember 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.CORBA;
/**
* org/omg/CORBA/StructMember.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 StructMember implements org.omg.CORBA.portable.IDLEntity
{
public String name = null;
public org.omg.CORBA.TypeCode type = null;
public org.omg.CORBA.IDLType type_def = null;
public StructMember ()
{
} // ctor
public StructMember (String _name, org.omg.CORBA.TypeCode _type, org.omg.CORBA.IDLType _type_def)
{
name = _name;
type = _type;
type_def = _type_def;
} // ctor
} // class StructMember