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

org.omg.Messaging.PolicyValueSeqHolder Maven / Gradle / Ivy

package org.omg.Messaging;


/**
* org/omg/Messaging/PolicyValueSeqHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/Messaging.idl
* Sunday, December 6, 2020 2:35:27 PM GMT
*/

public final class PolicyValueSeqHolder implements org.omg.CORBA.portable.Streamable
{
  public org.omg.Messaging.PolicyValue value[] = null;

  public PolicyValueSeqHolder ()
  {
  }

  public PolicyValueSeqHolder (org.omg.Messaging.PolicyValue[] initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = org.omg.Messaging.PolicyValueSeqHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    org.omg.Messaging.PolicyValueSeqHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return org.omg.Messaging.PolicyValueSeqHelper.type ();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy