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

org.omg.CORBA.ValueDefOperations Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
package org.omg.CORBA;


/**
* org/omg/CORBA/ValueDefOperations.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 interface ValueDefOperations  extends org.omg.CORBA.ContainerOperations, org.omg.CORBA.ContainedOperations, org.omg.CORBA.IDLTypeOperations
{

  // read/write interface
  org.omg.CORBA.InterfaceDef[] supported_interfaces ();

  // read/write interface
  void supported_interfaces (org.omg.CORBA.InterfaceDef[] newSupported_interfaces);
  org.omg.CORBA.Initializer[] initializers ();
  void initializers (org.omg.CORBA.Initializer[] newInitializers);
  org.omg.CORBA.ValueDef base_value ();
  void base_value (org.omg.CORBA.ValueDef newBase_value);
  org.omg.CORBA.ValueDef[] abstract_base_values ();
  void abstract_base_values (org.omg.CORBA.ValueDef[] newAbstract_base_values);
  boolean is_abstract ();
  void is_abstract (boolean newIs_abstract);
  boolean is_custom ();
  void is_custom (boolean newIs_custom);
  byte flags ();
  void flags (byte newFlags);

  // always 0
  boolean has_safe_base ();

  // always 0
  void has_safe_base (boolean newHas_safe_base);

  // read interface
  boolean is_a (String value_id);
  org.omg.CORBA.ValueDefPackage.FullValueDescription describe_value ();

  // write interface
  org.omg.CORBA.ValueMemberDef create_value_member (String id, String name, String version, org.omg.CORBA.IDLType type_def, short access);
  org.omg.CORBA.AttributeDef create_attribute (String id, String name, String version, org.omg.CORBA.IDLType type, org.omg.CORBA.AttributeMode mode);
  org.omg.CORBA.OperationDef create_operation (String id, String name, String version, org.omg.CORBA.IDLType result, org.omg.CORBA.OperationMode mode, org.omg.CORBA.ParameterDescription[] params, org.omg.CORBA.ExceptionDef[] exceptions, String[] contexts);
} // interface ValueDefOperations




© 2015 - 2024 Weber Informatics LLC | Privacy Policy