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

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

package org.omg.IOP;


/**
* org/omg/IOP/TaggedComponent.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/workspace/orb-release-build/omgapi/src/main/idl/IOP.idl
* Sunday, April 14, 2019 1:28:23 AM GMT
*/

public final class TaggedComponent implements org.omg.CORBA.portable.IDLEntity
{

  /** The tag, represented as a component id. */
  public int tag = (int)0;

  /** The component data associated with the component id. */
  public byte component_data[] = null;

  public TaggedComponent ()
  {
  } // ctor

  public TaggedComponent (int _tag, byte[] _component_data)
  {
    tag = _tag;
    component_data = _component_data;
  } // ctor

} // class TaggedComponent




© 2015 - 2024 Weber Informatics LLC | Privacy Policy