org.omg.CORBA.ValueDefOperations 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/ValueDefOperations.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 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);
boolean is_truncatable ();
void is_truncatable (boolean newIs_truncatable);
// read interface
boolean is_a (String id);
org.omg.CORBA.ValueDefPackage.FullValueDescription describe_value ();
org.omg.CORBA.ValueMemberDef create_value_member (String id, String name, String version, org.omg.CORBA.IDLType type, 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