org.omg.CORBA
Interface ValueDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
ValueDef
All Known Implementing Classes:
_ValueDefStub

public interface ValueDefOperations
extends ContainerOperations, ContainedOperations, IDLTypeOperations


Method Summary
 OperationDef _OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 ValueDef[] abstract_base_values()
           
 void abstract_base_values(ValueDef[] val)
           
 ValueDef base_value()
           
 void base_value(ValueDef val)
           
 AttributeDef create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 OperationDef create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 ValueMemberDef create_value_member(String id, String name, String version, IDLType type, short access)
           
 FullValueDescription describe_value()
           
 Initializer[] initializers()
           
 void initializers(Initializer[] val)
           
 boolean is_a(String value_id)
           
 boolean is_abstract()
           
 void is_abstract(boolean val)
           
 boolean is_custom()
           
 void is_custom(boolean val)
           
 boolean is_truncatable()
           
 void is_truncatable(boolean val)
           
 InterfaceDef[] supported_interfaces()
           
 void supported_interfaces(InterfaceDef[] val)
           
 
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, 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

supported_interfaces

InterfaceDef[] supported_interfaces()

supported_interfaces

void supported_interfaces(InterfaceDef[] val)

initializers

Initializer[] initializers()

initializers

void initializers(Initializer[] val)

base_value

ValueDef base_value()

base_value

void base_value(ValueDef val)

abstract_base_values

ValueDef[] abstract_base_values()

abstract_base_values

void abstract_base_values(ValueDef[] val)

is_abstract

boolean is_abstract()

is_abstract

void is_abstract(boolean val)

is_custom

boolean is_custom()

is_custom

void is_custom(boolean val)

is_truncatable

boolean is_truncatable()

is_truncatable

void is_truncatable(boolean val)

is_a

boolean is_a(String value_id)

describe_value

FullValueDescription describe_value()

create_value_member

ValueMemberDef create_value_member(String id,
                                   String name,
                                   String version,
                                   IDLType type,
                                   short access)

create_attribute

AttributeDef create_attribute(String id,
                              String name,
                              String version,
                              IDLType type,
                              AttributeMode mode)

create_operation

OperationDef create_operation(String id,
                              String name,
                              String version,
                              IDLType result,
                              OperationMode mode,
                              ParameterDescription[] params,
                              ExceptionDef[] exceptions,
                              String[] contexts)

_OB_create_operation

OperationDef _OB_create_operation(String id,
                                  String name,
                                  String version,
                                  IDLType result,
                                  OperationMode mode,
                                  ParameterDescription[] params,
                                  ExceptionDef[] exceptions,
                                  NativeDef[] native_exceptions,
                                  String[] contexts)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.