Uses of Class org.omg.CORBA.ValueMember

Uses in package gnu.CORBA.typecodes

Methods with parameter type org.omg.CORBA.ValueMember

void
Adds a new field, taking values from the passed ValueMember.

Uses in package org.omg.CORBA

Methods with parameter type org.omg.CORBA.ValueMember

TypeCode
ORB.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
Create IDL value type code.
void
Insert the value member into the given Any.
void
Writes the value member to the given stream.

Methods with return type org.omg.CORBA.ValueMember

ValueMember
Extract the value member from the given Any.
ValueMember
Reads the value member from the given stream.