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

org.omg.CORBA.ValueDefPackage.FullValueDescription Maven / Gradle / Ivy

package org.omg.CORBA.ValueDefPackage;


/**
* org/omg/CORBA/ValueDefPackage/FullValueDescription.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/ir.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public final class FullValueDescription implements org.omg.CORBA.portable.IDLEntity
{
  public String name = null;
  public String id = null;
  public boolean is_abstract = false;
  public boolean is_custom = false;
  public String defined_in = null;
  public String version = null;
  public org.omg.CORBA.OperationDescription operations[] = null;
  public org.omg.CORBA.AttributeDescription attributes[] = null;
  public org.omg.CORBA.ValueMember members[] = null;
  public org.omg.CORBA.Initializer initializers[] = null;
  public String supported_interfaces[] = null;
  public String abstract_base_values[] = null;
  public boolean is_truncatable = false;
  public String base_value = null;
  public org.omg.CORBA.TypeCode type = null;

  public FullValueDescription ()
  {
  } // ctor

  public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, org.omg.CORBA.OperationDescription[] _operations, org.omg.CORBA.AttributeDescription[] _attributes, org.omg.CORBA.ValueMember[] _members, org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
  {
    name = _name;
    id = _id;
    is_abstract = _is_abstract;
    is_custom = _is_custom;
    defined_in = _defined_in;
    version = _version;
    operations = _operations;
    attributes = _attributes;
    members = _members;
    initializers = _initializers;
    supported_interfaces = _supported_interfaces;
    abstract_base_values = _abstract_base_values;
    is_truncatable = _is_truncatable;
    base_value = _base_value;
    type = _type;
  } // ctor

} // class FullValueDescription




© 2015 - 2024 Weber Informatics LLC | Privacy Policy