org.omg.CORBA
Interface ExtValueDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IDLTypeOperations, IRObjectOperations, ValueDefOperations
All Known Subinterfaces:
ExtValueDef

public interface ExtValueDefOperations
extends ValueDefOperations

Generated from IDL interface "ExtValueDef".

Version:
generated at Jun 18, 2012 10:37:59 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 ExtAttributeDef create_ext_attribute(String id, String name, String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 ExtFullValueDescription describe_ext_value()
           
 ExtInitializer[] ext_initializers()
           
 void ext_initializers(ExtInitializer[] arg)
           
 
Methods inherited from interface org.omg.CORBA.ValueDefOperations
abstract_base_values, abstract_base_values, base_value, base_value, create_attribute, create_operation, create_value_member, describe_value, initializers, initializers, is_a, is_abstract, is_abstract, is_custom, is_custom, is_truncatable, is_truncatable, supported_interfaces, supported_interfaces
 
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, create_ext_value, create_interface, create_local_interface, create_module, create_native, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookup
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

ext_initializers

ExtInitializer[] ext_initializers()

ext_initializers

void ext_initializers(ExtInitializer[] arg)

describe_ext_value

ExtFullValueDescription describe_ext_value()

create_ext_attribute

ExtAttributeDef create_ext_attribute(String id,
                                     String name,
                                     String version,
                                     IDLType type,
                                     AttributeMode mode,
                                     ExceptionDef[] get_exceptions,
                                     ExceptionDef[] set_exceptions)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.