Searched defs:NamedValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNamedValue.java30 * arguments and return values. <code>NamedValue</code> objects
34 * A <code>NamedValue</code> object contains:
36 * <LI>a name -- If the <code>NamedValue</code> object is used to
46 * <LI>zero -- if this <code>NamedValue</code> object represents a property
52 * The class <code>NamedValue</code> has three methods, which
54 * creating a <code>NamedValue</code> object and then accessing
63 * org.omg.CORBA.NamedValue nv = orb.create_named_value(
96 public abstract class NamedValue { class
99 * Retrieves the name for this <code>NamedValue</code> object.
102 * the name of this <code>NamedValue</cod
[all...]

Completed in 21 milliseconds