API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. NamedValue View Source
Author(s)
Since
JDK1.2
Version
1.12 ,09/09/97
Serial
Hierarchy
 Object
      NamedValue
Implements
Subclasses
Description
publicabstract abstract class NamedValue
  An object used in the DII and DSI to describe arguments and return values.
See also:    Any ARG_IN ARG_INOUT ARG_OUT
Constructors
public NamedValue ()
Methods
Hide/Show inherited methods
publicabstract int flags ()
  Retrieves the argument mode flag for this NamedValue object.
publicabstract String name ()
  Retrieves the name for this NamedValue object.
publicabstract Any value ()
  Retrieves the value for this NamedValue object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar