API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. DynValue View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DynValue
Subinterfaces
Description
@Deprecated
public interface DynValue
The representation of a DynAny object that is associated with an IDL value type.
See also:   
Methods
Hide/Show inherited methods
public TCKind current_member_kind ()
  Returns the TCKind object that describes the current member.
public String current_member_name ()
  Returns the name of the current member while traversing a DynAny object that represents a Value object.
public NameValuePair get_members ()
  Returns an array containing all the members of the value object stored in this DynValue.
public void set_members (NameValuePair value) throws InvalidSeq
  Sets the members of the value object this DynValue object represents to the given array of NameValuePair objects.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar